Difference between revisions of "Velleman PCSU250/Info"

From sigrok
Jump to navigation Jump to search
(Created page with "Bus 001 Device 003: ID 10cf:2501 Velleman Components, Inc. Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceCla...")
 
m
 
Line 1: Line 1:
Bus 001 Device 003: ID 10cf:2501 Velleman Components, Inc.  
== lsusb ==
Device Descriptor:
 
<small>
$ '''lsusb -vvv'''
Bus 001 Device 003: ID '''10cf:2501 Velleman Components, Inc.'''
Device Descriptor:
   bLength                18
   bLength                18
   bDescriptorType        1
   bDescriptorType        1
Line 8: Line 12:
   bDeviceProtocol        0  
   bDeviceProtocol        0  
   bMaxPacketSize0        8
   bMaxPacketSize0        8
   idVendor          0x10cf Velleman Components, Inc.
   idVendor          0x10cf '''Velleman Components, Inc.'''
   idProduct          0x2501  
   idProduct          0x2501  
   bcdDevice            0.00
   bcdDevice            0.00
Line 55: Line 59:
         wMaxPacketSize    0x0040  1x 64 bytes
         wMaxPacketSize    0x0040  1x 64 bytes
         bInterval              1
         bInterval              1
</small>

Latest revision as of 13:18, 31 July 2013

lsusb

$ lsusb -vvv
Bus 001 Device 003: ID 10cf:2501 Velleman Components, Inc.
Device Descriptor:
 bLength                18
 bDescriptorType         1
 bcdUSB               2.00
 bDeviceClass            0 (Defined at Interface level)
 bDeviceSubClass         0 
 bDeviceProtocol         0 
 bMaxPacketSize0         8
 idVendor           0x10cf Velleman Components, Inc.
 idProduct          0x2501 
 bcdDevice            0.00
 iManufacturer           1 
 iProduct                2 
 iSerial                 0 
 bNumConfigurations      1
 Configuration Descriptor:
   bLength                 9
   bDescriptorType         2
   wTotalLength           32
   bNumInterfaces          1
   bConfigurationValue     1
   iConfiguration          0 
   bmAttributes         0xc0
     Self Powered
   MaxPower              498mA
   Interface Descriptor:
     bLength                 9
     bDescriptorType         4
     bInterfaceNumber        0
     bAlternateSetting       0
     bNumEndpoints           2
     bInterfaceClass         0 (Defined at Interface level)
     bInterfaceSubClass      0 
     bInterfaceProtocol      0 
     iInterface              0 
     Endpoint Descriptor:
       bLength                 7
       bDescriptorType         5
       bEndpointAddress     0x01  EP 1 OUT
       bmAttributes            3
         Transfer Type            Interrupt
         Synch Type               None
         Usage Type               Data
       wMaxPacketSize     0x0040  1x 64 bytes
       bInterval               1
     Endpoint Descriptor:
       bLength                 7
       bDescriptorType         5
       bEndpointAddress     0x81  EP 1 IN
       bmAttributes            3
         Transfer Type            Interrupt
         Synch Type               None
         Usage Type               Data
       wMaxPacketSize     0x0040  1x 64 bytes
       bInterval               1