Difference between revisions of "Link Instruments MSO-19/Info"

From sigrok
Jump to navigation Jump to search
m (Created page with '== lsusb == This is the lsusb ouput on Linux: $ '''lsusb -vvv''' TODO')
 
(Added an escape (this page turns up in search results).)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== lsusb ==
== lsusb ==


This is the lsusb ouput on Linux:
This is the lsusb ouput on Linux (serial number changed):


<small>
  $ '''lsusb -vvv'''
  $ '''lsusb -vvv'''
  TODO
  Bus 007 Device 005: ID '''3195:f190'''
Device Descriptor:
  bLength                18
  bDescriptorType        1
  bcdUSB              1.10
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass        0
  bDeviceProtocol        0
  bMaxPacketSize0        64
  idVendor          0x3195
  idProduct          0xf190
  bcdDevice            3.10
  iManufacturer          1 '''Silicon Labs'''
  iProduct                2 '''MSO-19 Link Instruments'''
  iSerial                3 4294333650260000000
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                9
    bDescriptorType        2
    wTotalLength          32
    bNumInterfaces          1
    bConfigurationValue    1
    iConfiguration          0
    bmAttributes        0x80
      (Bus Powered)
    MaxPower              450mA
    Interface Descriptor:
      bLength                9
      bDescriptorType        4
      bInterfaceNumber        0
      bAlternateSetting      0
      bNumEndpoints          2
      bInterfaceClass      255 Vendor Specific Class
      bInterfaceSubClass      0
      bInterfaceProtocol      0
      iInterface              2 MSO-19 Link Instruments
      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    0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type              None
          Usage Type              Data
        wMaxPacketSize    0x0040  1x 64 bytes
        bInterval              0
Device Status:    0x0000
  (Bus Powered)
</small>
 
== See also ==
 
* [[Link Instruments MSO-19]]

Latest revision as of 21:41, 18 August 2022

lsusb

This is the lsusb ouput on Linux (serial number changed):

$ lsusb -vvv
Bus 007 Device 005: ID 3195:f190
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x3195 
  idProduct          0xf190 
  bcdDevice            3.10
  iManufacturer           1 Silicon Labs
  iProduct                2 MSO-19 Link Instruments
  iSerial                 3 4294333650260000000
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              450mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 
      iInterface              2 MSO-19 Link Instruments 
      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     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
Device Status:     0x0000
  (Bus Powered)

See also