Click here to Skip to main content
15,900,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Anybody know how to interface a transmitter of RC helicopter with the parallel port?The transmitter has joysticks. We have to control it with our GUI in visual basic. Is it possible to control digitally the potentiometer?
Posted
Updated 22-Dec-09 18:17pm
v2

1 solution

Well, you tagged your post HTML and then asked about VB, so that leaves us with no idea what you're really doing. The core issue is probably working out how your helicopter accepts or sends data, and how you can interface with that. You can use an inpout.dll to control the pins of the parallel port, I believe .NET only has support for serial ports, directly.

If you have a pot, then no, there's no way to control it electronically, unless you create a robot to move it. You'd need to replace it with a circuit that provided a varied resistance based on a circuit.
 
Share this answer
 
v2

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