how to use libusb to detect usb ports in qt
Unsolved
Mobile and Embedded
-
I have to use libusb with Qt in order to detect USB ports for Linux and Windows at the same code. Please, could you recommend me?
-
I can tell you it's possible, I've seen it done one one project - but it was a long time ago and I don't have the code anymore.
Read the docs, see some tutorials if you can find them. I'd also recommend starting on Linux where it should be a bit easier.
-