Difference between revisions of "UNI-T UT61D/Info"

From sigrok
Jump to navigation Jump to search
(lsusb)
 
m
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
== lsusb ==
== lsusb ==


This is the lsusb ouput on Linux:
See [[Device cables/Info#UNI-T_UT-D04]].
 
<small>
$ '''lsusb -vvv'''
Bus 003 Device 002: ID '''1a86:e008 QinHeng Electronics HID-based serial adapater'''
Device Descriptor:
  bLength                18
  bDescriptorType        1
  bcdUSB              1.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass        0
  bDeviceProtocol        0
  bMaxPacketSize0        8
  idVendor          0x1a86 '''QinHeng Electronics'''
  idProduct          0xe008 '''HID-based serial adapater'''
  bcdDevice          11.00
  iManufacturer          1
  iProduct                2
  iSerial                0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                9
    bDescriptorType        2
    wTotalLength          41
    bNumInterfaces          1
    bConfigurationValue    1
    iConfiguration          4
    bmAttributes        0x80
      (Bus Powered)
    MaxPower              100mA
    Interface Descriptor:
      bLength                9
      bDescriptorType        4
      bInterfaceNumber        0
      bAlternateSetting      0
      bNumEndpoints          2
      bInterfaceClass        3 '''Human Interface Device'''
      bInterfaceSubClass      0 No Subclass
      bInterfaceProtocol      0 None
      iInterface              0
        HID Device Descriptor:
          bLength                9
          bDescriptorType        33
          bcdHID              1.00
          bCountryCode            0 Not supported
          bNumDescriptors        1
          bDescriptorType        34 Report
          wDescriptorLength      37
          Report Descriptor: (length is 99)
            Item(reserved): (null), data= [ 0x0f 0x00 0x00 0x00 ] 15
            Item(Main  ): (null), data=none
            Item(Main  ): (null), data=none
            Item(Main  ): (null), data=none
            Item(Main  ): (null), data= [ 0xd7 0x45 0xd5 0x00 ] 13977047
            Item(reserved): (null), data= [ 0x00 0x00 0xe0 0x68 ] 1759510528
            Item(Main  ): (null), data= [ 0x58 0xff ] 65368
            Item(reserved): (null), data= [ 0x00 0x00 0xc0 0x05 ] 96468992
            Item(Local ): (null), data= [ 0xd4 0x00 ] 212
            Item(reserved): (null), data= [ 0x00 0x00 0x01 0x80 ] -2147418112
            Item(reserved): (null), data= [ 0xfb ] 251
            Item(Main  ): (null), data=none
            Item(Main  ): (null), data=none
            Item(Main  ): (null), data=none
            Item(Main  ): (null), data=none
            Item(Main  ): (null), data=none
            Item(Local ): (null), data=none
            Item(Main  ): (null), data= [ 0x58 0xff ] 65368
            Item(reserved): (null), data= [ 0x00 0x00 0xe0 0x68 ] 1759510528
            Item(Main  ): (null), data= [ 0x58 0xff ] 65368
            Item(reserved): (null), data= [ 0x00 0x00 0xe0 0x68 ] 1759510528
            Item(Main  ): (null), data= [ 0x58 0xff ] 65368
            Item(reserved): (null), data= [ 0x00 0x00 0xe0 0x68 ] 1759510528
            Item(Main  ): (null), data= [ 0x58 0xff ] 65368
            Item(reserved): (null), data= [ 0x00 0x00 0xfe 0x68 ] 1761476608
            Item(Main  ): (null), data= [ 0x58 0xff ] 65368
            Item(reserved): (null), data= [ 0x00 0x00 0xdf 0x78 ] 2027880448
            Item(Main  ): (null), data= [ 0x58 0xff ] 65368
            Item(reserved): (null), data= [ 0x00 0x00 0xe0 0x68 ] 1759510528
            Item(Main  ): (null), data= [ 0x58 0xff ] 65368
            Item(reserved): (null), data= [ 0x00 0x00 0xdf 0x78 ] 2027880448
            Item(Main  ): (null), data= [ 0x58 0xff ] 65368
      Endpoint Descriptor:
        bLength                7
        bDescriptorType        5
        bEndpointAddress    0x82  EP 2 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type              None
          Usage Type              Data
        wMaxPacketSize    0x0008  1x 8 bytes
        bInterval              5
      Endpoint Descriptor:
        bLength                7
        bDescriptorType        5
        bEndpointAddress    0x02  EP 2 OUT
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type              None
          Usage Type              Data
        wMaxPacketSize    0x0008  1x 8 bytes
        bInterval              5
Device Status:    0x8d40
  (Bus Powered)
  Debug Mode
</small>

Latest revision as of 21:55, 3 January 2014