Click here to Skip to main content
15,888,293 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
:(( hello

How to send and receive data through usb port in c# window application?

thanks in advance
Pradeep kumar jaiswal
k84.pradeep@gmail.com
Posted
Updated 19-Dec-09 4:18am
v4

It really depends on the device you wish to communicate with.
Usually device manufacturers provide APIs to the purpose.
For instance many 'slow' devices use virtual COM over USB so that, once installed the required drivers, you communicate using standard RS232 protocol.
:)
 
Share this answer
 
v3
Comments
Viktor Signaievskyi 11-May-11 16:40pm    
I can say that not all USB devices are fast:). I mean HID (Human Interface Device) USB devices. If you are planning to use "fast" USB, my advice, use FTDI chips. Practice shows that they are very convenient.
Search Codeproject articles for 'USB'.
 
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