Difference between revisions of "SainSmart DDS120/Info"

From sigrok
Jump to navigation Jump to search
(Add SainSmart DDS120 usb info)
 
m
Line 1: Line 1:
== lsusb (before firmware upload) ==
== lsusb (before firmware upload) ==
New USB device found, idVendor=8102, idProduct=8102
New USB device strings: Mfr=1, Product=2, SerialNumber=0
Product: USB102
Manufacturer: BUUDAI


<small>
<small>
 
$ '''lsusb -v -d 8102:8102'''
$ '''lsusb -v -d 8102:8102'''
  Bus 006 Device 052: ID '''8102:8102'''
 
  Bus 006 Device 052: ID 8102:8102
  Device Descriptor:
  Device Descriptor:
   bLength                18
   bLength                18
Line 23: Line 15:
   idProduct          0x8102  
   idProduct          0x8102  
   bcdDevice            0.00
   bcdDevice            0.00
   iManufacturer          1 BUUDAI  
   iManufacturer          1 '''BUUDAI'''
   iProduct                2 USB102
   iProduct                2 '''USB102'''
   iSerial                0  
   iSerial                0  
   bNumConfigurations      1
   bNumConfigurations      1
Line 43: Line 35:
       bAlternateSetting      0
       bAlternateSetting      0
       bNumEndpoints          4
       bNumEndpoints          4
       bInterfaceClass      255 Vendor Specific Class
       bInterfaceClass      255 '''Vendor Specific Class'''
       bInterfaceSubClass      0  
       bInterfaceSubClass      0  
       bInterfaceProtocol      0  
       bInterfaceProtocol      0  
Line 50: Line 42:
         bLength                7
         bLength                7
         bDescriptorType        5
         bDescriptorType        5
         bEndpointAddress    0x82  EP 2 IN
         bEndpointAddress    0x82  '''EP 2 IN'''
         bmAttributes            3
         bmAttributes            3
           Transfer Type            Interrupt
           Transfer Type            '''Interrupt'''
           Synch Type              None
           Synch Type              None
           Usage Type              Data
           Usage Type              Data
Line 60: Line 52:
         bLength                7
         bLength                7
         bDescriptorType        5
         bDescriptorType        5
         bEndpointAddress    0x04  EP 4 OUT
         bEndpointAddress    0x04  '''EP 4 OUT'''
         bmAttributes            2
         bmAttributes            2
           Transfer Type            Bulk
           Transfer Type            '''Bulk'''
           Synch Type              None
           Synch Type              None
           Usage Type              Data
           Usage Type              Data
Line 70: Line 62:
         bLength                7
         bLength                7
         bDescriptorType        5
         bDescriptorType        5
         bEndpointAddress    0x86  EP 6 IN
         bEndpointAddress    0x86  '''EP 6 IN'''
         bmAttributes            2
         bmAttributes            2
           Transfer Type            Bulk
           Transfer Type            '''Bulk'''
           Synch Type              None
           Synch Type              None
           Usage Type              Data
           Usage Type              Data
Line 80: Line 72:
         bLength                7
         bLength                7
         bDescriptorType        5
         bDescriptorType        5
         bEndpointAddress    0x88  EP 8 IN
         bEndpointAddress    0x88  '''EP 8 IN'''
         bmAttributes            2
         bmAttributes            2
           Transfer Type            Bulk
           Transfer Type            '''Bulk'''
           Synch Type              None
           Synch Type              None
           Usage Type              Data
           Usage Type              Data
Line 98: Line 90:
  Device Status:    0x0000
  Device Status:    0x0000
   (Bus Powered)
   (Bus Powered)
</small>

Revision as of 18:13, 19 March 2016

lsusb (before firmware upload)

$ lsusb -v -d 8102:8102
Bus 006 Device 052: ID 8102:8102
Device Descriptor:
 bLength                18
 bDescriptorType         1
 bcdUSB               2.00
 bDeviceClass            0 (Defined at Interface level)
 bDeviceSubClass         0 
 bDeviceProtocol         0 
 bMaxPacketSize0        64
 idVendor           0x8102 
 idProduct          0x8102 
 bcdDevice            0.00
 iManufacturer           1 BUUDAI
 iProduct                2 USB102
 iSerial                 0 
 bNumConfigurations      1
 Configuration Descriptor:
   bLength                 9
   bDescriptorType         2
   wTotalLength           46
   bNumInterfaces          1
   bConfigurationValue     1
   iConfiguration          0 
   bmAttributes         0xc0
     Self Powered
   MaxPower              500mA
   Interface Descriptor:
     bLength                 9
     bDescriptorType         4
     bInterfaceNumber        0
     bAlternateSetting       0
     bNumEndpoints           4
     bInterfaceClass       255 Vendor Specific Class
     bInterfaceSubClass      0 
     bInterfaceProtocol      0 
     iInterface              0 
     Endpoint Descriptor:
       bLength                 7
       bDescriptorType         5
       bEndpointAddress     0x82  EP 2 IN
       bmAttributes            3
         Transfer Type            Interrupt
         Synch Type               None
         Usage Type               Data
       wMaxPacketSize     0x0400  1x 1024 bytes
       bInterval               1
     Endpoint Descriptor:
       bLength                 7
       bDescriptorType         5
       bEndpointAddress     0x04  EP 4 OUT
       bmAttributes            2
         Transfer Type            Bulk
         Synch Type               None
         Usage Type               Data
       wMaxPacketSize     0x0200  1x 512 bytes
       bInterval               0
     Endpoint Descriptor:
       bLength                 7
       bDescriptorType         5
       bEndpointAddress     0x86  EP 6 IN
       bmAttributes            2
         Transfer Type            Bulk
         Synch Type               None
         Usage Type               Data
       wMaxPacketSize     0x0200  1x 512 bytes
       bInterval               0
     Endpoint Descriptor:
       bLength                 7
       bDescriptorType         5
       bEndpointAddress     0x88  EP 8 IN
       bmAttributes            2
         Transfer Type            Bulk
         Synch Type               None
         Usage Type               Data
       wMaxPacketSize     0x0200  1x 512 bytes
       bInterval               0
Device Qualifier (for other device speed):
 bLength                10
 bDescriptorType         6
 bcdUSB               2.00
 bDeviceClass            0 (Defined at Interface level)
 bDeviceSubClass         0 
 bDeviceProtocol         0 
 bMaxPacketSize0        64
 bNumConfigurations      1
Device Status:     0x0000
 (Bus Powered)