Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8597

Advanced users • Differentiate identical USB devices

$
0
0
I picked up a bunch of USB serial console adapters to build a console server with a pi. Trouble is: they all have the same serial number and so I can’t assign them predictable devices. Any suggestions here? I need to give each dongle a consistent name no matter what device it’s detected as.

Here they are:

Code:

 0 septapus /home/brundage % lsusb -d 1a86:7523      Bus 001 Device 061: ID 1a86:7523 QinHeng Electronics CH340 serial converterBus 001 Device 059: ID 1a86:7523 QinHeng Electronics CH340 serial converterBus 001 Device 047: ID 1a86:7523 QinHeng Electronics CH340 serial converterBus 001 Device 048: ID 1a86:7523 QinHeng Electronics CH340 serial converterBus 001 Device 049: ID 1a86:7523 QinHeng Electronics CH340 serial converterBus 001 Device 050: ID 1a86:7523 QinHeng Electronics CH340 serial converterBus 001 Device 051: ID 1a86:7523 QinHeng Electronics CH340 serial converterBus 001 Device 052: ID 1a86:7523 QinHeng Electronics CH340 serial converterBus 001 Device 053: ID 1a86:7523 QinHeng Electronics CH340 serial converterBus 001 Device 054: ID 1a86:7523 QinHeng Electronics CH340 serial converterBus 001 Device 055: ID 1a86:7523 QinHeng Electronics CH340 serial converterBus 001 Device 056: ID 1a86:7523 QinHeng Electronics CH340 serial converterBus 001 Device 057: ID 1a86:7523 QinHeng Electronics CH340 serial converter
Let’s check out their serial numbers:

Code:

 0 septapus /home/brundage % lsusb -d 1a86:7523 -v 2>/dev/null | grep iSerial  iSerial                 0   iSerial                 0   iSerial                 0   iSerial                 0   iSerial                 0   iSerial                 0   iSerial                 0   iSerial                 0   iSerial                 0   iSerial                 0   iSerial                 0   iSerial                 0   iSerial                 0
The whole shebang

Code:

0 septapus /home/brundage % lsusb -d 1a86:7523 -v 2>/dev/null       Bus 001 Device 061: ID 1a86:7523 QinHeng Electronics CH340 serial converterDevice Descriptor:  bLength                18  bDescriptorType         1  bcdUSB               1.10  bDeviceClass          255 Vendor Specific Class  bDeviceSubClass         0   bDeviceProtocol         0   bMaxPacketSize0         8  idVendor           0x1a86 QinHeng Electronics  idProduct          0x7523 CH340 serial converter  bcdDevice            2.64  iManufacturer           0   iProduct                2 USB Serial  iSerial                 0   bNumConfigurations      1  Configuration Descriptor:    bLength                 9    bDescriptorType         2    wTotalLength       0x0027    bNumInterfaces          1    bConfigurationValue     1    iConfiguration          0     bmAttributes         0x80      (Bus Powered)    MaxPower               98mA    Interface Descriptor:      bLength                 9      bDescriptorType         4      bInterfaceNumber        0      bAlternateSetting       0      bNumEndpoints           3      bInterfaceClass       255 Vendor Specific Class      bInterfaceSubClass      1       bInterfaceProtocol      2       iInterface              0       Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x82  EP 2 IN        bmAttributes            2          Transfer Type            Bulk          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0020  1x 32 bytes        bInterval               0      Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x02  EP 2 OUT        bmAttributes            2          Transfer Type            Bulk          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0020  1x 32 bytes        bInterval               0      Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x81  EP 1 IN        bmAttributes            3          Transfer Type            Interrupt          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0008  1x 8 bytes        bInterval               1Bus 001 Device 059: ID 1a86:7523 QinHeng Electronics CH340 serial converterDevice Descriptor:  bLength                18  bDescriptorType         1  bcdUSB               1.10  bDeviceClass          255 Vendor Specific Class  bDeviceSubClass         0   bDeviceProtocol         0   bMaxPacketSize0         8  idVendor           0x1a86 QinHeng Electronics  idProduct          0x7523 CH340 serial converter  bcdDevice            2.64  iManufacturer           0   iProduct                2 USB Serial  iSerial                 0   bNumConfigurations      1  Configuration Descriptor:    bLength                 9    bDescriptorType         2    wTotalLength       0x0027    bNumInterfaces          1    bConfigurationValue     1    iConfiguration          0     bmAttributes         0x80      (Bus Powered)    MaxPower               98mA    Interface Descriptor:      bLength                 9      bDescriptorType         4      bInterfaceNumber        0      bAlternateSetting       0      bNumEndpoints           3      bInterfaceClass       255 Vendor Specific Class      bInterfaceSubClass      1       bInterfaceProtocol      2       iInterface              0       Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x82  EP 2 IN        bmAttributes            2          Transfer Type            Bulk          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0020  1x 32 bytes        bInterval               0      Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x02  EP 2 OUT        bmAttributes            2          Transfer Type            Bulk          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0020  1x 32 bytes        bInterval               0      Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x81  EP 1 IN        bmAttributes            3          Transfer Type            Interrupt          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0008  1x 8 bytes        bInterval               1Bus 001 Device 047: ID 1a86:7523 QinHeng Electronics CH340 serial converterDevice Descriptor:  bLength                18  bDescriptorType         1  bcdUSB               1.10  bDeviceClass          255 Vendor Specific Class  bDeviceSubClass         0   bDeviceProtocol         0   bMaxPacketSize0         8  idVendor           0x1a86 QinHeng Electronics  idProduct          0x7523 CH340 serial converter  bcdDevice            2.64  iManufacturer           0   iProduct                2 USB Serial  iSerial                 0   bNumConfigurations      1  Configuration Descriptor:    bLength                 9    bDescriptorType         2    wTotalLength       0x0027    bNumInterfaces          1    bConfigurationValue     1    iConfiguration          0     bmAttributes         0x80      (Bus Powered)    MaxPower               98mA    Interface Descriptor:      bLength                 9      bDescriptorType         4      bInterfaceNumber        0      bAlternateSetting       0      bNumEndpoints           3      bInterfaceClass       255 Vendor Specific Class      bInterfaceSubClass      1       bInterfaceProtocol      2       iInterface              0       Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x82  EP 2 IN        bmAttributes            2          Transfer Type            Bulk          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0020  1x 32 bytes        bInterval               0      Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x02  EP 2 OUT        bmAttributes            2          Transfer Type            Bulk          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0020  1x 32 bytes        bInterval               0      Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x81  EP 1 IN        bmAttributes            3          Transfer Type            Interrupt          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0008  1x 8 bytes        bInterval               1Bus 001 Device 048: ID 1a86:7523 QinHeng Electronics CH340 serial converterDevice Descriptor:  bLength                18  bDescriptorType         1  bcdUSB               1.10  bDeviceClass          255 Vendor Specific Class  bDeviceSubClass         0   bDeviceProtocol         0   bMaxPacketSize0         8  idVendor           0x1a86 QinHeng Electronics  idProduct          0x7523 CH340 serial converter  bcdDevice            2.64  iManufacturer           0   iProduct                2 USB Serial  iSerial                 0   bNumConfigurations      1  Configuration Descriptor:    bLength                 9    bDescriptorType         2    wTotalLength       0x0027    bNumInterfaces          1    bConfigurationValue     1    iConfiguration          0     bmAttributes         0x80      (Bus Powered)    MaxPower               98mA    Interface Descriptor:      bLength                 9      bDescriptorType         4      bInterfaceNumber        0      bAlternateSetting       0      bNumEndpoints           3      bInterfaceClass       255 Vendor Specific Class      bInterfaceSubClass      1       bInterfaceProtocol      2       iInterface              0       Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x82  EP 2 IN        bmAttributes            2          Transfer Type            Bulk          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0020  1x 32 bytes        bInterval               0      Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x02  EP 2 OUT        bmAttributes            2          Transfer Type            Bulk          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0020  1x 32 bytes        bInterval               0      Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x81  EP 1 IN        bmAttributes            3          Transfer Type            Interrupt          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0008  1x 8 bytes        bInterval               1Bus 001 Device 049: ID 1a86:7523 QinHeng Electronics CH340 serial converterDevice Descriptor:  bLength                18  bDescriptorType         1  bcdUSB               1.10  bDeviceClass          255 Vendor Specific Class  bDeviceSubClass         0   bDeviceProtocol         0   bMaxPacketSize0         8  idVendor           0x1a86 QinHeng Electronics  idProduct          0x7523 CH340 serial converter  bcdDevice            2.64  iManufacturer           0   iProduct                2 USB Serial  iSerial                 0   bNumConfigurations      1  Configuration Descriptor:    bLength                 9    bDescriptorType         2    wTotalLength       0x0027    bNumInterfaces          1    bConfigurationValue     1    iConfiguration          0     bmAttributes         0x80      (Bus Powered)    MaxPower               98mA    Interface Descriptor:      bLength                 9      bDescriptorType         4      bInterfaceNumber        0      bAlternateSetting       0      bNumEndpoints           3      bInterfaceClass       255 Vendor Specific Class      bInterfaceSubClass      1       bInterfaceProtocol      2       iInterface              0       Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x82  EP 2 IN        bmAttributes            2          Transfer Type            Bulk          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0020  1x 32 bytes        bInterval               0      Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x02  EP 2 OUT        bmAttributes            2          Transfer Type            Bulk          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0020  1x 32 bytes        bInterval               0      Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x81  EP 1 IN        bmAttributes            3          Transfer Type            Interrupt          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0008  1x 8 bytes        bInterval               1Bus 001 Device 050: ID 1a86:7523 QinHeng Electronics CH340 serial converterDevice Descriptor:  bLength                18  bDescriptorType         1  bcdUSB               1.10  bDeviceClass          255 Vendor Specific Class  bDeviceSubClass         0   bDeviceProtocol         0   bMaxPacketSize0         8  idVendor           0x1a86 QinHeng Electronics  idProduct          0x7523 CH340 serial converter  bcdDevice            2.64  iManufacturer           0   iProduct                2 USB Serial  iSerial                 0   bNumConfigurations      1  Configuration Descriptor:    bLength                 9    bDescriptorType         2    wTotalLength       0x0027    bNumInterfaces          1    bConfigurationValue     1    iConfiguration          0     bmAttributes         0x80      (Bus Powered)    MaxPower               98mA    Interface Descriptor:      bLength                 9      bDescriptorType         4      bInterfaceNumber        0      bAlternateSetting       0      bNumEndpoints           3      bInterfaceClass       255 Vendor Specific Class      bInterfaceSubClass      1       bInterfaceProtocol      2       iInterface              0       Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x82  EP 2 IN        bmAttributes            2          Transfer Type            Bulk          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0020  1x 32 bytes        bInterval               0      Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x02  EP 2 OUT        bmAttributes            2          Transfer Type            Bulk          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0020  1x 32 bytes        bInterval               0      Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x81  EP 1 IN        bmAttributes            3          Transfer Type            Interrupt          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0008  1x 8 bytes        bInterval               1Bus 001 Device 051: ID 1a86:7523 QinHeng Electronics CH340 serial converterDevice Descriptor:  bLength                18  bDescriptorType         1  bcdUSB               1.10  bDeviceClass          255 Vendor Specific Class  bDeviceSubClass         0   bDeviceProtocol         0   bMaxPacketSize0         8  idVendor           0x1a86 QinHeng Electronics  idProduct          0x7523 CH340 serial converter  bcdDevice            2.64  iManufacturer           0   iProduct                2 USB Serial  iSerial                 0   bNumConfigurations      1  Configuration Descriptor:    bLength                 9    bDescriptorType         2    wTotalLength       0x0027    bNumInterfaces          1    bConfigurationValue     1    iConfiguration          0     bmAttributes         0x80      (Bus Powered)    MaxPower               98mA    Interface Descriptor:      bLength                 9      bDescriptorType         4      bInterfaceNumber        0      bAlternateSetting       0      bNumEndpoints           3      bInterfaceClass       255 Vendor Specific Class      bInterfaceSubClass      1       bInterfaceProtocol      2       iInterface              0       Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x82  EP 2 IN        bmAttributes            2          Transfer Type            Bulk          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0020  1x 32 bytes        bInterval               0      Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x02  EP 2 OUT        bmAttributes            2          Transfer Type            Bulk          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0020  1x 32 bytes        bInterval               0      Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x81  EP 1 IN        bmAttributes            3          Transfer Type            Interrupt          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0008  1x 8 bytes        bInterval               1Bus 001 Device 052: ID 1a86:7523 QinHeng Electronics CH340 serial converterDevice Descriptor:  bLength                18  bDescriptorType         1  bcdUSB               1.10  bDeviceClass          255 Vendor Specific Class  bDeviceSubClass         0   bDeviceProtocol         0   bMaxPacketSize0         8  idVendor           0x1a86 QinHeng Electronics  idProduct          0x7523 CH340 serial converter  bcdDevice            2.64  iManufacturer           0   iProduct                2 USB Serial  iSerial                 0   bNumConfigurations      1  Configuration Descriptor:    bLength                 9    bDescriptorType         2    wTotalLength       0x0027    bNumInterfaces          1    bConfigurationValue     1    iConfiguration          0     bmAttributes         0x80      (Bus Powered)    MaxPower               98mA    Interface Descriptor:      bLength                 9      bDescriptorType         4      bInterfaceNumber        0      bAlternateSetting       0      bNumEndpoints           3      bInterfaceClass       255 Vendor Specific Class      bInterfaceSubClass      1       bInterfaceProtocol      2       iInterface              0       Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x82  EP 2 IN        bmAttributes            2          Transfer Type            Bulk          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0020  1x 32 bytes        bInterval               0      Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x02  EP 2 OUT        bmAttributes            2          Transfer Type            Bulk          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0020  1x 32 bytes        bInterval               0      Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x81  EP 1 IN        bmAttributes            3          Transfer Type            Interrupt          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0008  1x 8 bytes        bInterval               1Bus 001 Device 053: ID 1a86:7523 QinHeng Electronics CH340 serial converterDevice Descriptor:  bLength                18  bDescriptorType         1  bcdUSB               1.10  bDeviceClass          255 Vendor Specific Class  bDeviceSubClass         0   bDeviceProtocol         0   bMaxPacketSize0         8  idVendor           0x1a86 QinHeng Electronics  idProduct          0x7523 CH340 serial converter  bcdDevice            2.64  iManufacturer           0   iProduct                2 USB Serial  iSerial                 0   bNumConfigurations      1  Configuration Descriptor:    bLength                 9    bDescriptorType         2    wTotalLength       0x0027    bNumInterfaces          1    bConfigurationValue     1    iConfiguration          0     bmAttributes         0x80      (Bus Powered)    MaxPower               98mA    Interface Descriptor:      bLength                 9      bDescriptorType         4      bInterfaceNumber        0      bAlternateSetting       0      bNumEndpoints           3      bInterfaceClass       255 Vendor Specific Class      bInterfaceSubClass      1       bInterfaceProtocol      2       iInterface              0       Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x82  EP 2 IN        bmAttributes            2          Transfer Type            Bulk          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0020  1x 32 bytes        bInterval               0      Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x02  EP 2 OUT        bmAttributes            2          Transfer Type            Bulk          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0020  1x 32 bytes        bInterval               0      Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x81  EP 1 IN        bmAttributes            3          Transfer Type            Interrupt          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0008  1x 8 bytes        bInterval               1Bus 001 Device 054: ID 1a86:7523 QinHeng Electronics CH340 serial converterDevice Descriptor:  bLength                18  bDescriptorType         1  bcdUSB               1.10  bDeviceClass          255 Vendor Specific Class  bDeviceSubClass         0   bDeviceProtocol         0   bMaxPacketSize0         8  idVendor           0x1a86 QinHeng Electronics  idProduct          0x7523 CH340 serial converter  bcdDevice            2.64  iManufacturer           0   iProduct                2 USB Serial  iSerial                 0   bNumConfigurations      1  Configuration Descriptor:    bLength                 9    bDescriptorType         2    wTotalLength       0x0027    bNumInterfaces          1    bConfigurationValue     1    iConfiguration          0     bmAttributes         0x80      (Bus Powered)    MaxPower               98mA    Interface Descriptor:      bLength                 9      bDescriptorType         4      bInterfaceNumber        0      bAlternateSetting       0      bNumEndpoints           3      bInterfaceClass       255 Vendor Specific Class      bInterfaceSubClass      1       bInterfaceProtocol      2       iInterface              0       Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x82  EP 2 IN        bmAttributes            2          Transfer Type            Bulk          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0020  1x 32 bytes        bInterval               0      Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x02  EP 2 OUT        bmAttributes            2          Transfer Type            Bulk          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0020  1x 32 bytes        bInterval               0      Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x81  EP 1 IN        bmAttributes            3          Transfer Type            Interrupt          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0008  1x 8 bytes        bInterval               1Bus 001 Device 055: ID 1a86:7523 QinHeng Electronics CH340 serial converterDevice Descriptor:  bLength                18  bDescriptorType         1  bcdUSB               1.10  bDeviceClass          255 Vendor Specific Class  bDeviceSubClass         0   bDeviceProtocol         0   bMaxPacketSize0         8  idVendor           0x1a86 QinHeng Electronics  idProduct          0x7523 CH340 serial converter  bcdDevice            2.64  iManufacturer           0   iProduct                2 USB Serial  iSerial                 0   bNumConfigurations      1  Configuration Descriptor:    bLength                 9    bDescriptorType         2    wTotalLength       0x0027    bNumInterfaces          1    bConfigurationValue     1    iConfiguration          0     bmAttributes         0x80      (Bus Powered)    MaxPower               98mA    Interface Descriptor:      bLength                 9      bDescriptorType         4      bInterfaceNumber        0      bAlternateSetting       0      bNumEndpoints           3      bInterfaceClass       255 Vendor Specific Class      bInterfaceSubClass      1       bInterfaceProtocol      2       iInterface              0       Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x82  EP 2 IN        bmAttributes            2          Transfer Type            Bulk          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0020  1x 32 bytes        bInterval               0      Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x02  EP 2 OUT        bmAttributes            2          Transfer Type            Bulk          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0020  1x 32 bytes        bInterval               0      Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x81  EP 1 IN        bmAttributes            3          Transfer Type            Interrupt          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0008  1x 8 bytes        bInterval               1Bus 001 Device 056: ID 1a86:7523 QinHeng Electronics CH340 serial converterDevice Descriptor:  bLength                18  bDescriptorType         1  bcdUSB               1.10  bDeviceClass          255 Vendor Specific Class  bDeviceSubClass         0   bDeviceProtocol         0   bMaxPacketSize0         8  idVendor           0x1a86 QinHeng Electronics  idProduct          0x7523 CH340 serial converter  bcdDevice            2.64  iManufacturer           0   iProduct                2 USB Serial  iSerial                 0   bNumConfigurations      1  Configuration Descriptor:    bLength                 9    bDescriptorType         2    wTotalLength       0x0027    bNumInterfaces          1    bConfigurationValue     1    iConfiguration          0     bmAttributes         0x80      (Bus Powered)    MaxPower               98mA    Interface Descriptor:      bLength                 9      bDescriptorType         4      bInterfaceNumber        0      bAlternateSetting       0      bNumEndpoints           3      bInterfaceClass       255 Vendor Specific Class      bInterfaceSubClass      1       bInterfaceProtocol      2       iInterface              0       Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x82  EP 2 IN        bmAttributes            2          Transfer Type            Bulk          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0020  1x 32 bytes        bInterval               0      Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x02  EP 2 OUT        bmAttributes            2          Transfer Type            Bulk          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0020  1x 32 bytes        bInterval               0      Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x81  EP 1 IN        bmAttributes            3          Transfer Type            Interrupt          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0008  1x 8 bytes        bInterval               1Bus 001 Device 057: ID 1a86:7523 QinHeng Electronics CH340 serial converterDevice Descriptor:  bLength                18  bDescriptorType         1  bcdUSB               1.10  bDeviceClass          255 Vendor Specific Class  bDeviceSubClass         0   bDeviceProtocol         0   bMaxPacketSize0         8  idVendor           0x1a86 QinHeng Electronics  idProduct          0x7523 CH340 serial converter  bcdDevice            2.64  iManufacturer           0   iProduct                2 USB Serial  iSerial                 0   bNumConfigurations      1  Configuration Descriptor:    bLength                 9    bDescriptorType         2    wTotalLength       0x0027    bNumInterfaces          1    bConfigurationValue     1    iConfiguration          0     bmAttributes         0x80      (Bus Powered)    MaxPower               98mA    Interface Descriptor:      bLength                 9      bDescriptorType         4      bInterfaceNumber        0      bAlternateSetting       0      bNumEndpoints           3      bInterfaceClass       255 Vendor Specific Class      bInterfaceSubClass      1       bInterfaceProtocol      2       iInterface              0       Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x82  EP 2 IN        bmAttributes            2          Transfer Type            Bulk          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0020  1x 32 bytes        bInterval               0      Endpoint Descriptor:        bLength                 7        bEndpointAddress     0x02  EP 2 OUT        bmAttributes            2          Transfer Type            Bulk          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0020  1x 32 bytes        bInterval               0      Endpoint Descriptor:        bLength                 7        bDescriptorType         5        bEndpointAddress     0x81  EP 1 IN        bmAttributes            3          Transfer Type            Interrupt          Synch Type               None          Usage Type               Data        wMaxPacketSize     0x0008  1x 8 bytes        bInterval               1

Statistics: Posted by OccamBlazer — Wed Jul 23, 2025 9:14 pm



Viewing all articles
Browse latest Browse all 8597

Trending Articles