Difference between revisions of "Arachnid Labs Reload Pro/Info"

From sigrok
Jump to navigation Jump to search
(Initial version)
 
Line 5: Line 5:
<small>
<small>
  $ '''lsusb -vvv'''
  $ '''lsusb -vvv'''
  Bus 003 Device 007: ID 0403:6015 Future Technology Devices International, Ltd Bridge(I2C/SPI/UART/FIFO)
  Bus 003 Device 007: ID 0403:6015 '''Future Technology Devices International, Ltd Bridge(I2C/SPI/UART/FIFO)'''
  Device Descriptor:
  Device Descriptor:
  bLength                18
  bLength                18
  bDescriptorType        1
  bDescriptorType        1
  bcdUSB              2.00
  bcdUSB              2.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          0x0403 Future Technology Devices International, Ltd
  idVendor          0x0403 '''Future Technology Devices International, Ltd'''
  idProduct          0x6015 Bridge(I2C/SPI/UART/FIFO)
  idProduct          0x6015 '''Bridge(I2C/SPI/UART/FIFO)'''
  bcdDevice          10.00
  bcdDevice          10.00
  iManufacturer          1 Arachnid Labs Ltd
  iManufacturer          1 '''Arachnid Labs Ltd'''
  iProduct                2 Re:load Pro
  iProduct                2 '''Re:load Pro'''
  iSerial                3 DAXWP0DJ
  iSerial                3 DAXWP0DJ
  bNumConfigurations      1
  bNumConfigurations      1
  Configuration Descriptor:
  Configuration Descriptor:
    bLength                9
    bLength                9
    bDescriptorType        2
    bDescriptorType        2
    wTotalLength          32
    wTotalLength          32
    bNumInterfaces          1
    bNumInterfaces          1
    bConfigurationValue    1
    bConfigurationValue    1
    iConfiguration          0  
    iConfiguration          0  
    bmAttributes        0x80
    bmAttributes        0x80
      (Bus Powered)
      (Bus Powered)
    MaxPower              200mA
    MaxPower              200mA
    Interface Descriptor:
    Interface Descriptor:
      bLength                9
      bLength                9
      bDescriptorType        4
      bDescriptorType        4
      bInterfaceNumber        0
      bInterfaceNumber        0
      bAlternateSetting      0
      bAlternateSetting      0
      bNumEndpoints          2
      bNumEndpoints          2
      bInterfaceClass      255 Vendor Specific Class
      bInterfaceClass      255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface              2 Re:load Pro
      iInterface              2 '''Re:load Pro'''
      Endpoint Descriptor:
      Endpoint Descriptor:
        bLength                7
        bLength                7
        bDescriptorType        5
        bDescriptorType        5
        bEndpointAddress    0x81  EP 1 IN
        bEndpointAddress    0x81  EP 1 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
  Device Status:    0x0000
  Device Status:    0x0000
  (Bus Powered)
  (Bus Powered)
</small>
</small>

Revision as of 13:31, 5 October 2017

lsusb

This is the lsusb ouput on Linux:

$ lsusb -vvv
Bus 003 Device 007: ID 0403:6015 Future Technology Devices International, Ltd Bridge(I2C/SPI/UART/FIFO)
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0         8
  idVendor           0x0403 Future Technology Devices International, Ltd
  idProduct          0x6015 Bridge(I2C/SPI/UART/FIFO)
  bcdDevice           10.00
  iManufacturer           1 Arachnid Labs Ltd
  iProduct                2 Re:load Pro
  iSerial                 3 DAXWP0DJ
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              200mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface              2 Re:load Pro
      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     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
Device Status:     0x0000
  (Bus Powered)