Difference between revisions of "Hantek DSO-1200/Info"
Jump to navigation
Jump to search
(Add lsusb output) |
Uwe Hermann (talk | contribs) m |
||
Line 5: | Line 5: | ||
<small> | <small> | ||
$ '''lsusb -vvv''' | $ '''lsusb -vvv''' | ||
Bus 005 Device 002: ID 4348:5539 WinChipHead | Bus 005 Device 002: ID '''4348:5539 WinChipHead''' | ||
Device Descriptor: | Device Descriptor: | ||
bLength 18 | bLength 18 | ||
bDescriptorType 1 | bDescriptorType 1 | ||
bcdUSB 1.10 | bcdUSB 1.10 | ||
bDeviceClass 255 Vendor Specific Class | bDeviceClass 255 '''Vendor Specific Class''' | ||
bDeviceSubClass 128 | bDeviceSubClass 128 | ||
bDeviceProtocol 55 | bDeviceProtocol 55 | ||
bMaxPacketSize0 8 | bMaxPacketSize0 8 | ||
idVendor 0x4348 WinChipHead | idVendor 0x4348 '''WinChipHead''' | ||
idProduct 0x5539 | idProduct 0x5539 | ||
bcdDevice 1.00 | bcdDevice 1.00 | ||
iManufacturer 1 Hantek | iManufacturer 1 '''Hantek''' | ||
iProduct 2 DSO12 | iProduct 2 '''DSO12''' | ||
iSerial 0 | iSerial 0 | ||
bNumConfigurations 1 | bNumConfigurations 1 | ||
Line 37: | Line 37: | ||
bAlternateSetting 0 | bAlternateSetting 0 | ||
bNumEndpoints 3 | bNumEndpoints 3 | ||
bInterfaceClass 255 Vendor Specific Class | bInterfaceClass 255 '''Vendor Specific Class''' | ||
bInterfaceSubClass 128 | bInterfaceSubClass 128 | ||
bInterfaceProtocol 55 | bInterfaceProtocol 55 | ||
Line 44: | Line 44: | ||
bLength 7 | bLength 7 | ||
bDescriptorType 5 | bDescriptorType 5 | ||
bEndpointAddress 0x82 EP 2 IN | bEndpointAddress 0x82 '''EP 2 IN''' | ||
bmAttributes 2 | bmAttributes 2 | ||
Transfer Type Bulk | Transfer Type '''Bulk''' | ||
Synch Type None | Synch Type None | ||
Usage Type Data | Usage Type Data | ||
wMaxPacketSize 0x0040 1x 64 bytes | wMaxPacketSize 0x0040 '''1x 64 bytes''' | ||
bInterval 0 | bInterval 0 | ||
Endpoint Descriptor: | Endpoint Descriptor: | ||
bLength 7 | bLength 7 | ||
bDescriptorType 5 | bDescriptorType 5 | ||
bEndpointAddress 0x02 EP 2 OUT | bEndpointAddress 0x02 '''EP 2 OUT''' | ||
bmAttributes 2 | bmAttributes 2 | ||
Transfer Type Bulk | Transfer Type '''Bulk''' | ||
Synch Type None | Synch Type None | ||
Usage Type Data | Usage Type Data | ||
wMaxPacketSize 0x0040 1x 64 bytes | wMaxPacketSize 0x0040 '''1x 64 bytes''' | ||
bInterval 0 | bInterval 0 | ||
Endpoint Descriptor: | Endpoint Descriptor: | ||
bLength 7 | bLength 7 | ||
bDescriptorType 5 | bDescriptorType 5 | ||
bEndpointAddress 0x81 EP 1 IN | bEndpointAddress 0x81 '''EP 1 IN''' | ||
bmAttributes 3 | bmAttributes 3 | ||
Transfer Type Interrupt | Transfer Type '''Interrupt''' | ||
Synch Type None | Synch Type None | ||
Usage Type Data | Usage Type Data | ||
wMaxPacketSize 0x0008 1x 8 bytes | wMaxPacketSize 0x0008 '''1x 8 bytes''' | ||
bInterval 0 | bInterval 0 | ||
Device Status: 0x0000 | Device Status: 0x0000 | ||
(Bus Powered) | (Bus Powered) | ||
</small> | </small> |
Latest revision as of 21:14, 1 November 2012
lsusb
This is the lsusb output on Linux:
$ lsusb -vvv Bus 005 Device 002: ID 4348:5539 WinChipHead Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 1.10 bDeviceClass 255 Vendor Specific Class bDeviceSubClass 128 bDeviceProtocol 55 bMaxPacketSize0 8 idVendor 0x4348 WinChipHead idProduct 0x5539 bcdDevice 1.00 iManufacturer 1 Hantek iProduct 2 DSO12 iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 39 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0x80 (Bus Powered) MaxPower 100mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 3 bInterfaceClass 255 Vendor Specific Class bInterfaceSubClass 128 bInterfaceProtocol 55 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 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 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 0 Device Status: 0x0000 (Bus Powered)