O que significa o comando port number usb-device?

0

Eu vou escrever o programa com C ++ para o dispositivo USB e eu vou mostrar o número da porta, quando você digita no seu terminal root@raminfp# usb-device você verá na saída:

T:  Bus=02 Lev=01 Prnt=01 Port=00 Cnt=02 Dev#=  3 Spd=12  MxCh= 7 

o que significa Port:00 ou Port:01 ?

    
por Ramin Farajpour Cami 11.07.2017 / 06:44

1 resposta

0

link

T:  Bus=dd Lev=dd Prnt=dd Port=dd Cnt=dd Dev#=ddd Spd=dddd MxCh=dd
118 |   |      |      |       |       |      |        |        |__MaxChildren
119 |   |      |      |       |       |      |        |__Device Speed in Mbps
120 |   |      |      |       |       |      |__DeviceNumber
121 |   |      |      |       |       |__Count of devices at this level
122 |   |      |      |       |__Connector/Port on Parent for this device
123 |   |      |      |__Parent DeviceNumber
124 |   |      |__Level in topology for this bus
125 |   |__Bus number
126 |__Topology info tag
    
por 11.07.2017 / 07:16