Difference between revisions of "Instrustar ISDS205A/Info"

From sigrok
Jump to navigation Jump to search
(Created page with " == lsusb -vvv == <small> Bus 001 Device 004: ID d4a2:5661 Couldn't open device, some information will be missing Device Descriptor: bLength 18 bDes...")
 
 
Line 1: Line 1:
 
== lsusb ==
== lsusb -vvv ==


<small>
<small>
  Bus 001 Device 004: ID d4a2:5661
$ '''lsusb -v'''
Couldn't open device, some information will be missing
  Bus 001 Device 003: ID '''d4a2:5661'''
  Device Descriptor:
  Device Descriptor:
   bLength                18
   bLength                18
Line 16: Line 15:
   idProduct          0x5661  
   idProduct          0x5661  
   bcdDevice            0.00
   bcdDevice            0.00
   iManufacturer          1  
   iManufacturer          1 '''YiXingDianZiKeJi'''
   iProduct                2  
   iProduct                2 '''YX-DSO'''
   iSerial                0  
   iSerial                0  
   bNumConfigurations      1
   bNumConfigurations      1
Line 70: Line 69:
         wMaxPacketSize    0x0200  1x 512 bytes
         wMaxPacketSize    0x0200  1x 512 bytes
         bInterval              0
         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)
</small>
</small>

Latest revision as of 01:27, 3 April 2017

lsusb

$ lsusb -v
Bus 001 Device 003: ID d4a2:5661
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0xd4a2 
  idProduct          0x5661 
  bcdDevice            0.00
  iManufacturer           1 YiXingDianZiKeJi
  iProduct                2 YX-DSO
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           39
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           3
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 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            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 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)