does anyone know how to identify in Windows - Device Manager which USB device is which port (from 3-4 physical ports) on a desktop/laptop ?

link|improve this question

25% accept rate
feedback

2 Answers

up vote 1 down vote accepted

Well, you can use USBDeview to identify devices which are currently connected to your USB ports, if that's what you mean. If not, and you wish to identify which device is in what physical port - then no. USB ports are the same.

(technically, they're something of a serial port variety, but you still have to means of differentiating between them - unlike old COMs)

link|improve this answer
thanks for the USBDeview, this pretty much made it, the neat thing is that it keeps tracks of "Last Pluged/Unplug Data" so you can identify the device (physical to logical) easily, so I could solve my problem. thanks – Tiberiu Hajas Jul 15 '10 at 17:01
feedback

The different physical connections in a USB hub are not in any way electrically distinct. It's a "bus" architecture (hence 'USB'), so, no there's not really any way to do what you're asking.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.