@JoeCFD said in Troubleshooting USB Communication with Qt and libusb for Embedded Device Recognition:
@Andrew23 Try to use Qt serial port to detect USB Devices
Maybe I didn't explain my context well. What you suggested is to open a serial connection with QSerialPort, but my USB device is not a CDC-ACM class device that creates a virtual COM port. My goal is to communicate with my USB device through bulk transfer, reading/writing to its endpoints. I know that implementing a driver for this purpose is usually necessary, but I have discovered that it is possible to use the generic WinUSB driver with the libusb library. Am I wrong?