Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
so im currently working on an visual basic application where i can control my rc plane using a joystick connected to my pc.

im using .NetFramework 4.6

im needing some help in setting up the joystick inputs and then a way of transmitting them to the rc plane and rc plane reacting according
ive heard there is a way of using a mobile phone that has internet access giving the plane flight range boost

does anyone know how to achieve this or know of an article or video
Posted
Updated 27-Aug-15 23:52pm
v2
Comments
Sergey Alexandrovich Kryukov 27-Aug-15 11:23am    
This is quite possible, but depends on what you are using, your application type, and so on.
—SA

Please see my comment to the question. However, chances are, you can use Microsoft.DirectX.DirectInput:
https://msdn.microsoft.com/en-us/library/windows/desktop/Bb318766%28v=VS.85%29.aspx[^].

This CodeProject article could be useful: Interfacing with a Joystick using C#[^].

—SA
 
Share this answer
 
Comments
Maciej Los 28-Aug-15 7:09am    
+5!
Sergey Alexandrovich Kryukov 28-Aug-15 9:50am    
Thank you, Maciej.
—SA
CPallini 28-Aug-15 7:19am    
5.
Sergey Alexandrovich Kryukov 28-Aug-15 9:52am    
Thank you, Carlo.
—SA
In addition to solution 1 by Sergey Alexandrovich Kryukov[^], i would like to provide a link to VB.NET code: Reading Input Data From Joystick in visual basic[^]
 
Share this answer
 
Comments
CPallini 28-Aug-15 7:19am    
5.
Maciej Los 28-Aug-15 8:09am    
Thank you, Carlo.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900