Working with USB devices in .NET

Posted by David Thibault on Stack Overflow See other posts from Stack Overflow or by David Thibault
Published on 2008-09-16T02:02:58Z Indexed on 2010/04/16 8:43 UTC
Read the original article Hit count: 232

Filed under:
|
|

Using .Net (C#), how can you work with USB devices?

How can you detect USB events (connections/disconnections) and how do you communicate with devices (read/write).

Is there a native .Net solution to do this?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about communication