Receiving data from a USB device in C or C++

后端 未结 5 510
夕颜
夕颜 2021-02-01 09:05

I need a list of all plugged in USB devices and have the user select one to let the console application receive any data the USB device sends.

I can then start playing a

5条回答
  •  北荒
    北荒 (楼主)
    2021-02-01 09:36

    Here's something to get you started:

    • Universal Serial Bus Revision 3.2 Specification - it's a bit long, but a good read if you want to get into USB. It explains everything about how USB works.
    • The USB section at MSDN

    And for crying out loud update to an OS that's not from the last millenium. I hear Linux has great support for USB.

提交回复
热议问题