Difference between revisions of "Velleman WFS210/Info"

From sigrok
Jump to navigation Jump to search
 
Line 1: Line 1:
usbls -v
== lsusb ==


<code>
<small>
 
$ '''lsusb -v'''
  Bus 004 Device 006: ID 10cf:a210 Velleman Components, Inc.  
  Bus 004 Device 006: ID '''10cf:a210 Velleman Components, Inc.'''
  Device Descriptor:
  Device Descriptor:
   bLength                18
   bLength                18
Line 12: Line 12:
   bDeviceProtocol        0  
   bDeviceProtocol        0  
   bMaxPacketSize0        8
   bMaxPacketSize0        8
   idVendor          0x10cf Velleman Components, Inc.
   idVendor          0x10cf '''Velleman Components, Inc.'''
   idProduct          0xa210  
   idProduct          0xa210  
   bcdDevice            1.00
   bcdDevice            1.00
   iManufacturer          1 Velleman Instruments
   iManufacturer          1 '''Velleman Instruments'''
   iProduct                2 WFS210 WiFi Scope 2 Channel 10MS/s
   iProduct                2 '''WFS210 WiFi Scope 2 Channel 10MS/s'''
   iSerial                0  
   iSerial                0  
   bNumConfigurations      1
   bNumConfigurations      1
Line 35: Line 35:
       bAlternateSetting      0
       bAlternateSetting      0
       bNumEndpoints          1
       bNumEndpoints          1
       bInterfaceClass        2 Communications
       bInterfaceClass        2 '''Communications'''
       bInterfaceSubClass      2 Abstract (modem)
       bInterfaceSubClass      2 '''Abstract (modem)'''
       bInterfaceProtocol      1 AT-commands (v.25ter)
       bInterfaceProtocol      1 '''AT-commands (v.25ter)'''
       iInterface              0  
       iInterface              0  
       CDC Header:
       CDC Header:
Line 66: Line 66:
       bAlternateSetting      0
       bAlternateSetting      0
       bNumEndpoints          2
       bNumEndpoints          2
       bInterfaceClass        10 CDC Data
       bInterfaceClass        10 '''CDC Data'''
       bInterfaceSubClass      0 Unused
       bInterfaceSubClass      0 Unused
       bInterfaceProtocol      0  
       bInterfaceProtocol      0  
Line 92: Line 92:
  Device Status:    0x0001
  Device Status:    0x0001
   Self Powered
   Self Powered
 
</small>
</code>

Latest revision as of 18:07, 1 January 2015

lsusb

$ lsusb -v
Bus 004 Device 006: ID 10cf:a210 Velleman Components, Inc.
Device Descriptor:
 bLength                18
 bDescriptorType         1
 bcdUSB               2.00
 bDeviceClass            2 Communications
 bDeviceSubClass         0 
 bDeviceProtocol         0 
 bMaxPacketSize0         8
 idVendor           0x10cf Velleman Components, Inc.
 idProduct          0xa210 
 bcdDevice            1.00
 iManufacturer           1 Velleman Instruments
 iProduct                2 WFS210 WiFi Scope 2 Channel 10MS/s
 iSerial                 0 
 bNumConfigurations      1
 Configuration Descriptor:
   bLength                 9
   bDescriptorType         2
   wTotalLength           67
   bNumInterfaces          2
   bConfigurationValue     1
   iConfiguration          0 
   bmAttributes         0xc0
     Self Powered
   MaxPower              500mA
   Interface Descriptor:
     bLength                 9
     bDescriptorType         4
     bInterfaceNumber        0
     bAlternateSetting       0
     bNumEndpoints           1
     bInterfaceClass         2 Communications
     bInterfaceSubClass      2 Abstract (modem)
     bInterfaceProtocol      1 AT-commands (v.25ter)
     iInterface              0 
     CDC Header:
       bcdCDC               1.10
     CDC ACM:
       bmCapabilities       0x02
         line coding and serial state
     CDC Union:
       bMasterInterface        0
       bSlaveInterface         1 
     CDC Call Management:
       bmCapabilities       0x00
       bDataInterface          1
     Endpoint Descriptor:
       bLength                 7
       bDescriptorType         5
       bEndpointAddress     0x81  EP 1 IN
       bmAttributes            3
         Transfer Type            Interrupt
         Synch Type               None
         Usage Type               Data
       wMaxPacketSize     0x0008  1x 8 bytes
       bInterval               2
   Interface Descriptor:
     bLength                 9
     bDescriptorType         4
     bInterfaceNumber        1
     bAlternateSetting       0
     bNumEndpoints           2
     bInterfaceClass        10 CDC Data
     bInterfaceSubClass      0 Unused
     bInterfaceProtocol      0 
     iInterface              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
     Endpoint Descriptor:
       bLength                 7
       bDescriptorType         5
       bEndpointAddress     0x82  EP 2 IN
       bmAttributes            2
         Transfer Type            Bulk
         Synch Type               None
         Usage Type               Data
       wMaxPacketSize     0x0040  1x 64 bytes
       bInterval               0
Device Status:     0x0001
 Self Powered