USB Programming with Qt

后端 未结 2 1079
长发绾君心
长发绾君心 2020-12-16 07:18

Is there anyway I can do USB programming in Qt? I am using Qt Creator 2.6 which is based on Qt version 5.0.0 and it is the latest Qt Creator which works with the Microsoft V

2条回答
  •  无人及你
    2020-12-16 07:46

    There's another good instruction for libusb here: http://www.dreamincode.net/forums/topic/148707-introduction-to-using-libusb-10/

    • libusb:
      • libusb
      • libusb-win32 (windows port - use this on windows!)

    If you stay on windows you can use

    • WinUSB:
      • WinUSB API
      • Example
      • Installation

    For windows you can use both, but if your program has to be cross-platform you should use libusb.

提交回复
热议问题