Click here to Skip to main content
15,887,585 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hello guys.

I'm going to send data to USB with C#.
I've already searched Google for it ! But I couldn't find what I want.

Could you guide me ?

Thanks in advance.
Posted

Here you are : LibUsbDotNet[^]

 
Share this answer
 
Hi,

normally you don't talk to a bus such as USB, you talk to devices attached to the bus.
Also normally the USB device comes with a driver, hence your app communicates with the driver in accordance with the driver's documentation.

If you happen to build your own USB device you should consider writing your own device driver, not a beginners job. And you may be interested in this stuff[^] which I haven't looked into yet.

:)

 
Share this answer
 
have you seen this blog?[^].

 
Share this answer
 


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900