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

From sigrok
Jump to navigation Jump to search
Line 1: Line 1:
== lsusb ==
== lsusb ==


This is Linux '''lsusb''' output:
This is Linux '''lsusb''' output, with the kernel HID driver detached:


<small>
<small>
$ '''lsusb -vvv'''
  Bus 001 Device 079: ID 1a86:e008 '''QinHeng Electronics HID-based serial adapater'''
  Bus 002 Device 002: ID '''1a86:e008 QinHeng Electronics HID-based serial adapater'''
  Device Descriptor:
  Device Descriptor:
  bLength                18
  bLength                18
  bDescriptorType        1
  bDescriptorType        1
  bcdUSB              1.00
  bcdUSB              1.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass        0  
  bDeviceSubClass        0  
  bDeviceProtocol        0  
  bDeviceProtocol        0  
  bMaxPacketSize0        8
  bMaxPacketSize0        8
  idVendor          '''0x1a86 QinHeng Electronics'''
  idVendor          0x1a86 '''QinHeng Electronics'''
  idProduct          '''0xe008 HID-based serial adapater'''
  idProduct          0xe008 '''HID-based serial adapater'''
  bcdDevice          11.00
  bcdDevice          12.00
  iManufacturer          1  
  iManufacturer          1  
  iProduct                2  
  iProduct                2  
  iSerial                0  
  iSerial                0  
  bNumConfigurations      1
  bNumConfigurations      1
  Configuration Descriptor:
  Configuration Descriptor:
    bLength                9
    bDescriptorType        2
    wTotalLength          41
    bNumInterfaces          1
    bConfigurationValue    1
    iConfiguration          4
    bmAttributes        0x80
      (Bus Powered)
    MaxPower              100mA
    Interface Descriptor:
       bLength                9
       bLength                9
       bDescriptorType        2
       bDescriptorType        4
    wTotalLength          41
      bInterfaceNumber        0
    bNumInterfaces          1
      bAlternateSetting      0
    bConfigurationValue    1
      bNumEndpoints          2
    iConfiguration          4  
      bInterfaceClass        3 Human Interface Device
    bmAttributes        0x80
      bInterfaceSubClass      0 No Subclass
      (Bus Powered)
      bInterfaceProtocol      0 None
    MaxPower              100mA
      iInterface              0  
    Interface Descriptor:
        HID Device Descriptor:
      bLength                9
          bLength                9
      bDescriptorType        4
          bDescriptorType        33
      bInterfaceNumber        0
          bcdHID              1.00
      bAlternateSetting      0
          bCountryCode            0 Not supported
      bNumEndpoints          2
          bNumDescriptors        1
      bInterfaceClass        3 '''Human Interface Device'''
          bDescriptorType        34 Report
      bInterfaceSubClass      0 No Subclass
          wDescriptorLength      37
      bInterfaceProtocol      0 None
          Warning: incomplete report descriptor
      iInterface              0  
           Report Descriptor: (length is 9)
        HID Device Descriptor:
            Item(Main  ): (null), data=none
          bLength                9
            Item(Main  ): (null), data=none
          bDescriptorType        33
            Item(Main  ): (null), data=none
          bcdHID              1.00
            Item(Main  ): (null), data=none
          bCountryCode            0 Not supported
            Item(Main  ): (null), data=none
          bNumDescriptors        1
            Item(Main  ): (null), data=none
          bDescriptorType        34 Report
            Item(Main  ): (null), data=none
          wDescriptorLength      37
            Item(Main  ): (null), data=none
           Report Descriptors:  
             Item(Main  ): (null), data=none
             ** UNAVAILABLE **
      Endpoint Descriptor:
      Endpoint Descriptor:
        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
        wMaxPacketSize    0x0008  1x 8 bytes
        wMaxPacketSize    0x0008  1x 8 bytes
        bInterval              5
        bInterval              5
      Endpoint Descriptor:
      Endpoint Descriptor:
        bLength                7
        bLength                7
        bDescriptorType        5
        bDescriptorType        5
        bEndpointAddress    0x02  EP 2 OUT
        bEndpointAddress    0x02  EP 2 OUT
        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              5
        bInterval              5
  Device Status:    0xa080
  Device Status:    0x000a
  (Bus Powered)
  (Bus Powered)
  Remote Wakeup Enabled
</small>
</small>

Revision as of 18:37, 1 August 2013

lsusb

This is Linux lsusb output, with the kernel HID driver detached:

Bus 001 Device 079: 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           12.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
         Warning: incomplete report descriptor
         Report Descriptor: (length is 9)
           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(Main  ): (null), data=none
           Item(Main  ): (null), data=none
           Item(Main  ): (null), data=none
           Item(Main  ): (null), data=none
     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:     0xa080
 (Bus Powered)