Tagged Questions
0
votes
1answer
148 views
Determine COM-Port number by given PnpDeviceID: Is the DeviceID of a COM-Port device always “COMx”?
I need to determine the COM-Port of a Plug-And-Play-Device. I have the PnPDeviceID. It's a bluetooth usb dongle.
So, I retrieve information about the device using WMI like in the first example at ...
1
vote
1answer
419 views
Windows - How to explore the devices by connection. Like Windows “Device Manager”
The idea is to start from the VID and PID of USB hub and then explore its contents.
Given a USB hub how do we explore the connected devices?
I need to programmatically explore the attacked devices ...