Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i wanted to control small circuits through my computer so i can use the codes to change the behavior of the circuit but i find it difficult pls help me out

What I have tried:

i have tried the parallel port but i dont have a parallel port in my computer
Posted
Updated 30-Aug-16 23:21pm
Comments
Patrice T 16-Jul-16 17:05pm    
you shouls ask the maker of the device or ask a forum of users.

1 solution

From your question I think you will need a user mode application which should read/write commands through USB.(I guess you don't need to write a driver).

If you are on Windows System using WinUSB is a good option to try out, How to Access a USB Device by Using WinUSB Functions (Windows Drivers)[^] link should get you started.

On Linux based system libusb[^] is a good option.

Remember the commands you send to the USB device have to processed by that target device.
 
Share this answer
 

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