ADB command for identifying USB port

6k Views Asked by At

I want to know the adb command for getting USB port number of connected android device. Please help me to configure my device with android.

Thanks in Advance

1

There are 1 best solutions below

0
On

The following command lists the devices with corresponding usb port.

adb devices -l