Arclight
Arclight
Maybe you could try this: https://github.com/chinaheyu/list_ports_windows
To be honest, I'm struggling with this too. I would have to say that Bus Number should be the number of the usb host controller. The Hub in SPDRP_LOCATION_INFORMATION corresponds...
> I also tested it on Windows 10 and got the same result. I'm attaching my usbview report from Windows 11, in case you'd like to investigate, why I didn't...
> I now tested your patch with more devices (SAMD-s from Adafruit, Rasperry Pi Pico, several ESP32-S2 and S3 devices, some plain ESP32 devices with CP and CH UART adapters,...
> With all my boards I now get proper values for Manufacurer, Product and Serial number. For getting proper Interface, I'm combining your solution with #571. > > Thank you!...
> With all my boards I now get proper values for Manufacurer, Product and Serial number. For getting proper Interface, I'm combining your solution with #571. > > Thank you!...
It is now possible to get the correct interface field on most devices.
> Unfortunately does not seem to work well on devices with multiple serial interfaces, like FT4232H that has 4 UARTs. > > Unpatched result: > > ``` > device: COM12...
@aivarannamaa Thank you very much for your feedback. This is a very peculiar issue that I haven't encountered before. Overall, the problem should be related to the device (ESP32-32 C3)...
@waterfallwhitebread Thank you for providing the screenshot. The latest patch should be able to correctly retrieve the location field of the FT4232H chip.