c++ - USB Programming with Qt -
is there anyway can usb programming in qt? using qt creator 2.6 based on qt version 5.0.0 , latest qt creator works microsoft visual studio 2010 compiler.
i have toy called "dreamcheeky thunder missile launcher" , need program usb based device.
i have tried libusb messed everything. renamed device port , had undo using usbdview software. guess installed incorrectly. followed these instructions. instructions 64 bit, got 32 bit , since instructions seems not have big difference (instead download file) followed it. downloaded - libusb-win32-bin-1.2.6.0.zip
whatever api recommend doesn't matter, libusb, please kind enough tell me how install properly.
my os windows 7 ultimate 32 bit.
there's instruction libusb here: http://www.dreamincode.net/forums/topic/148707-introduction-to-using-libusb-10/
- libusb:
- libusb
- libusb-win32 (windows port - use on windows!)
if stay on windows can use
- winusb:
for windows can use both, if program has cross-platform should use libusb.
Comments
Post a Comment