Created
February 23, 2026 01:23
-
-
Save jbosboom/28c4ec41a5604850dc22a43a4db8cc9b to your computer and use it in GitHub Desktop.
lsusb -v output for Sabrent USB 2.0 RS-232 Adapter Cable 6ft CB-FTDI (ASIN B006AA04K0) purchased February 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Bus 001 Device 010: ID 0403:6001 Future Technology Devices International, Ltd FT232 Serial (UART) IC | |
| Negotiated speed: Full Speed (12Mbps) | |
| Device Descriptor: | |
| bLength 18 | |
| bDescriptorType 1 | |
| bcdUSB 2.00 | |
| bDeviceClass 0 [unknown] | |
| bDeviceSubClass 0 [unknown] | |
| bDeviceProtocol 0 | |
| bMaxPacketSize0 8 | |
| idVendor 0x0403 Future Technology Devices International, Ltd | |
| idProduct 0x6001 FT232 Serial (UART) IC | |
| bcdDevice 6.00 | |
| iManufacturer 1 FTDI | |
| iProduct 2 FT232R USB UART | |
| iSerial 3 [redacted] | |
| bNumConfigurations 1 | |
| Configuration Descriptor: | |
| bLength 9 | |
| bDescriptorType 2 | |
| wTotalLength 0x0020 | |
| bNumInterfaces 1 | |
| bConfigurationValue 1 | |
| iConfiguration 0 | |
| bmAttributes 0xa0 | |
| (Bus Powered) | |
| Remote Wakeup | |
| MaxPower 90mA | |
| Interface Descriptor: | |
| bLength 9 | |
| bDescriptorType 4 | |
| bInterfaceNumber 0 | |
| bAlternateSetting 0 | |
| bNumEndpoints 2 | |
| bInterfaceClass 255 Vendor Specific Class | |
| bInterfaceSubClass 255 Vendor Specific Subclass | |
| bInterfaceProtocol 255 Vendor Specific Protocol | |
| iInterface 2 FT232R USB UART | |
| Endpoint Descriptor: | |
| bLength 7 | |
| bDescriptorType 5 | |
| bEndpointAddress 0x81 EP 1 IN | |
| bmAttributes 2 | |
| Transfer Type Bulk | |
| Synch Type None | |
| Usage Type Data | |
| wMaxPacketSize 0x0040 1x 64 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 0x0040 1x 64 bytes | |
| bInterval 0 | |
| Device Status: 0x0000 | |
| (Bus Powered) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment