|
From: Tim R. <ti...@pr...> - 2024-07-29 22:04:24
|
Fares MAHJOUB wrote: > > 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 > <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. None of us know what you mean by "visualize this data stream". Every USB device is different. There are already tools that can show you the USB traffic as packets, including Wireshark. What are you expecting beyond that? -- Tim Roberts,ti...@pr... Providenza & Boekelheide, Inc. |