05e6:3390 3390 Arbitrary Waveform Generator

Keithley Instruments

Vendor ID
05e6
Product ID
3390
Combined
05e6:3390
Decimal
1510:13200

What is this device?

This is the USB identifier for a 3390 Arbitrary Waveform Generator manufactured by Keithley Instruments. The vendor ID 05e6 is registered to Keithley Instruments with the USB Implementers Forum, and 3390 is the product ID that Keithley Instruments assigned to this particular model. When you run lsusb on Linux, this device appears as 05e6:3390 Keithley Instruments 3390 Arbitrary Waveform Generator.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 05e6:3390 Keithley Instruments 3390 Arbitrary Waveform Generator

You can filter directly with lsusb -d 05e6:3390, or get the full descriptor dump with lsusb -v -d 05e6:3390. Kernel messages from dmesg show the same pair as idVendor=05e6, idProduct=3390.

Windows

In Device Manager, open the device, go to Details → Hardware Ids. This device reports:

USB\VID_05E6&PID_3390
USB\VID_05E6&PID_3390&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_05E6&PID_3390"

macOS

$ system_profiler SPUSBDataType
    3390 Arbitrary Waveform Generator:
      Product ID: 0x3390
      Vendor ID: 0x05e6  (Keithley Instruments)

Driver help

Having driver issues with this device? Most USB devices are handled by a generic class driver; if yours shows up as an unknown device, confirm the ID above first, then check the manufacturer's downloads page.

Raw usb.ids entry

The exact lines this page is generated from, in the upstream source file:

05e6  Keithley Instruments
	3390  3390 Arbitrary Waveform Generator

More from Keithley Instruments