|
From: Fares M. <f.m...@sh...> - 2024-07-29 10:27:39
|
Dear Developers of libusb library, first, I would like to thank you for the effort you put into providing this open-source library to communicate with USB devices. Let me tell now about the project that I'm currently working on: it is a graphical user interface that is developed using QT framework to visualise a data stream coming from a USB device. I'm receiving a stream of data coming from that USB device configured as Windows Compatible ID device, This means that when i plug in the device to my Windows machine, my OS recognizes the device and installs WinUSB driver. For more information, you can read this article https://github.com/pbatard/libwdi/wiki/WCID-Devices#user-content-STM32. My problem is, how can I use your library to read a data stream coming from this device and then visualise this data stream on a QT graphical user application. If you guys have any resources or any advice for me on how to develop this type of application, I would appreciate it. Best Regards Fares Mahjoub |