Difference between revisions of "Intronix Logicport/Info"

From sigrok
Jump to navigation Jump to search
m (Reverted edits by Ybucavamyva (Talk) to last revision by Uwe Hermann)
m
 
Line 1: Line 1:
== lsusb output ==
== lsusb output ==
For reasons which are not entirely clear, the Logicport identifies as an FTDI device (despite having an EEPROM in which to store a unique VID/PID).
For reasons which are not entirely clear, the Logicport identifies as an FTDI device (despite having an EEPROM in which to store a unique VID/PID).


   $ '''sudo lsusb -vvv -d 0403:dc48'''
<small>
   $ '''lsusb -vvv -d 0403:dc48'''
   Bus 002 Device 020: ID '''0403:dc48 Future Technology Devices International, Ltd'''
   Bus 002 Device 020: ID '''0403:dc48 Future Technology Devices International, Ltd'''
   Device Descriptor:
   Device Descriptor:
Line 61: Line 63:
   Device Status:    0x0000
   Device Status:    0x0000
     (Bus Powered)
     (Bus Powered)
</small>

Latest revision as of 01:17, 22 March 2012

lsusb output

For reasons which are not entirely clear, the Logicport identifies as an FTDI device (despite having an EEPROM in which to store a unique VID/PID).

 $ lsusb -vvv -d 0403:dc48
 Bus 002 Device 020: ID 0403:dc48 Future Technology Devices International, Ltd
 Device Descriptor:
   bLength                18
   bDescriptorType         1
   bcdUSB               1.10
   bDeviceClass            0 (Defined at Interface level)
   bDeviceSubClass         0
   bDeviceProtocol         0
   bMaxPacketSize0         8
   idVendor           0x0403 Future Technology Devices International, Ltd
   idProduct          0xdc48
   bcdDevice            4.00
   iManufacturer           1 Intronix
   iProduct                2 LogicPort Logic Analyzer
   iSerial                 3 19991909
   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 LogicPort Logic Analyzer
       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)