How do I retreive a USB "Bus reported device description"

  • Thread starter Thread starter bwanaken
  • Start date Start date
B

bwanaken

Guest
In Device Manager >> Ports (COM & LPT) >> USB Serial Device (COMxx) >> Properties - Details Tab >> Property Bus reported device description, I can see the Value.

I would like to find a way using Visual Basic to retrieve this value.

On the web, I found "find objects in Win32_PnPEntity, then enumerate through the getDeviceProperties to find the "bus reported device description". I have been able to find object in Win32_PnPEntity but need help getting the bus reported device description. Thanks, Ken

Continue reading...
 
Back
Top