Click here to Skip to main content
15,913,027 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I want to create an application to run a small remote control car.I want to use parellel port for that.But i don't know how to do this?Can any one tell me the easy way to do this?
-Thank you
Posted
Updated 1-Dec-11 19:25pm
v2
Comments
Rob Philpott 29-Nov-11 12:21pm    
Can you clarify - are you asking how to send stuff to the parallel port (using c# etc)? Is there a specific protocol? They're pretty rare things these days, having been destroyed by USB.
VallarasuS 29-Nov-11 12:54pm    
Getting something in action is a real fun, we loved it,Its that simple, go for it. I would recommend not to go for a project center.

Not enough information. You have to connect the port to SOMETHING to control the car. How you do that and what code you write to interface with that device depends entirely on the device.

Personally, I wouldn't use the parallel port to do this at all.
 
Share this answer
 
I would prefer SerialPort instead,we have done so for student projects. You can communicate to a micro controller through serial port, and make use of the micro controller to control the motors. Remember this involves in hardware work as well you need to set up micro controller PCB.

http://msdn.microsoft.com/en-us/library/system.io.ports.serialport.aspx[^]

For more advanced usage patterns microsoft offers an open source framework GadGeteer !!

http://www.netmf.com/gadgeteer/[^]


Hope it helps!!

Mark it as answer if this helps!
 
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