Click here to Skip to main content
15,910,878 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have to make a GUI to communicate with a device. The device has USB connector at its end and I have to send some commands through GUI and have to see the device response. I have to use COM ports 3,4 or 5. I am using Visual Studio 2012. Please help me step by step.
Posted

1 solution

Communicating with a device has nothing to do with a GUI. A GUI is a user interface that displays information to the user and accepts input, if necessary. The actual device communication uses a serial interface, and will depend to some extent on the protocol used by the device. You can Google for samples of serial code, and you should contact the device manufacturer for information on reading and writing to the actual device. As to the GUI, there are thousands of samples to be found, again via Google, or in the CodeProject articles section[^].
 
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