Link to home
Start Free TrialLog in
Avatar of e-genpartners
e-genpartners

asked on

Dos command to get the hardware ID of a COM port device.

Can i get the hardware ID of a device driver which is connected to a USWB serial port.
We can see the device information with the device manager in Windows.
But i am looking for a DOS command like 'mode' or something.
Avatar of R. Andrew Koffron
R. Andrew Koffron
Flag of United States of America image

not sure it's quite what your looking for but take a look at this

http://gallery.technet.microsoft.com/Device-Management-7fad2388
Have you tried Devcon?  You can download from Microsoft here - The DevCon command-line utility functions as an alternative to Device Manager

c:\> devcon find pci\*

Open in new window


The above command would give you a listing in the following format:


PCI\VEN_14E4&DEV_1645&SUBSYS_01211028&REV_15\3&172E68DD&0&30: Broadcom NetXtreme Gigabit Ethernet
PCI\VEN_14E4&DEV_1645&SUBSYS_01211028&REV_15\3&172E68DD&0&40: Broadcom NetXtreme Gigabit Ethernet #2
ASKER CERTIFIED SOLUTION
Avatar of Darr247
Darr247
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial