Reading data from USB using C#?

后端 未结 2 405
心在旅途
心在旅途 2021-01-05 17:46

I do not want to read serial port nor other possible easy shortcuts please. I would like to know how to read a USB port in my laptop using C#. whether you can suggest a site

2条回答
  •  温柔的废话
    2021-01-05 18:18

    If you want to do development for USB, Jan Axelson's (the author of USB Complete) website is usually a good place to start.

    Edit: Assuming it's a HID you want to communicate with this article could be useful and includes C# samples.

提交回复
热议问题