Working with USB devices in .NET

前端 未结 12 1181
暖寄归人
暖寄归人 2020-11-27 10:56

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).

12条回答
  •  抹茶落季
    2020-11-27 11:24

    There is a generic toolkit WinDriver for writing USB Drivers in user mode that support #.NET as well

提交回复
热议问题