Difference between revisions of "Prologix GPIB-USB/Info"

From sigrok
Jump to navigation Jump to search
(lsusb -vvv on Prologix GPIB-USB)
 
m (Formatting changes)
Line 1: Line 1:
= lsusb =


Bus 001 Device 008: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC
<small>
Device Descriptor:
$ '''lsusb -vvv'''
  bLength                18
Bus 001 Device 008: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC
  bDescriptorType        1
Device Descriptor:
  bcdUSB              2.00
  bLength                18
  bDeviceClass            0 (Defined at Interface level)
  bDescriptorType        1
  bDeviceSubClass        0  
  bcdUSB              2.00
  bDeviceProtocol        0  
  bDeviceClass            0 (Defined at Interface level)
  bMaxPacketSize0        8
  bDeviceSubClass        0  
  idVendor          0x0403 Future Technology Devices International, Ltd
  bDeviceProtocol        0  
  idProduct          0x6001 FT232 USB-Serial (UART) IC
  bMaxPacketSize0        8
  bcdDevice            6.00
  idVendor          0x0403 Future Technology Devices International, Ltd
  iManufacturer          1 Prologix
  idProduct          0x6001 FT232 USB-Serial (UART) IC
  iProduct                2 Prologix GPIB-USB Controller
  bcdDevice            6.00
  iSerial                3 <removed>
  iManufacturer          1 Prologix
  bNumConfigurations      1
  iProduct                2 Prologix GPIB-USB Controller
  Configuration Descriptor:
  iSerial                3 <removed>
    bLength                9
  bNumConfigurations      1
    bDescriptorType        2
  Configuration Descriptor:
    wTotalLength          32
    bLength                9
    bNumInterfaces          1
    bDescriptorType        2
    bConfigurationValue    1
    wTotalLength          32
    iConfiguration          0  
    bNumInterfaces          1
    bmAttributes        0xa0
    bConfigurationValue    1
      (Bus Powered)
    iConfiguration          0  
      Remote Wakeup
    bmAttributes        0xa0
    MaxPower              100mA
      (Bus Powered)
    Interface Descriptor:
      Remote Wakeup
      bLength                9
    MaxPower              100mA
      bDescriptorType        4
    Interface Descriptor:
      bInterfaceNumber        0
      bLength                9
      bAlternateSetting      0
      bDescriptorType        4
      bNumEndpoints          2
      bInterfaceNumber        0
      bInterfaceClass      255 Vendor Specific Class
      bAlternateSetting      0
      bInterfaceSubClass    255 Vendor Specific Subclass
      bNumEndpoints          2
      bInterfaceProtocol    255 Vendor Specific Protocol
      bInterfaceClass      255 Vendor Specific Class
      iInterface              2 Prologix GPIB-USB Controller
      bInterfaceSubClass    255 Vendor Specific Subclass
      Endpoint Descriptor:
      bInterfaceProtocol    255 Vendor Specific Protocol
        bLength                7
      iInterface              2 Prologix GPIB-USB Controller
        bDescriptorType        5
      Endpoint Descriptor:
        bEndpointAddress    0x81  EP 1 IN
        bLength                7
        bmAttributes            2
        bDescriptorType        5
          Transfer Type            Bulk
        bEndpointAddress    0x81  EP 1 IN
          Synch Type              None
        bmAttributes            2
          Usage Type              Data
          Transfer Type            Bulk
        wMaxPacketSize    0x0040  1x 64 bytes
          Synch Type              None
        bInterval              0
          Usage Type              Data
      Endpoint Descriptor:
        wMaxPacketSize    0x0040  1x 64 bytes
        bLength                7
        bInterval              0
        bDescriptorType        5
      Endpoint Descriptor:
        bEndpointAddress    0x02  EP 2 OUT
        bLength                7
        bmAttributes            2
        bDescriptorType        5
          Transfer Type            Bulk
        bEndpointAddress    0x02  EP 2 OUT
          Synch Type              None
        bmAttributes            2
          Usage Type              Data
          Transfer Type            Bulk
        wMaxPacketSize    0x0040  1x 64 bytes
          Synch Type              None
        bInterval              0
          Usage Type              Data
Device Status:    0x0000
        wMaxPacketSize    0x0040  1x 64 bytes
  (Bus Powered)
        bInterval              0
Device Status:    0x0000
  (Bus Powered)
</small>

Revision as of 16:41, 26 September 2014

lsusb

$ lsusb -vvv
Bus 001 Device 008: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC
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          0x6001 FT232 USB-Serial (UART) IC
  bcdDevice            6.00
  iManufacturer           1 Prologix
  iProduct                2 Prologix GPIB-USB Controller
  iSerial                 3 <removed>
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              100mA
    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 Prologix GPIB-USB Controller
      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)