6189:2068 USB to serial cable (v2)

Sitecom

Vendor ID
6189
Product ID
2068
Combined
6189:2068
Decimal
24969:8296

What is this device?

This is the USB identifier for a USB to serial cable (v2) manufactured by Sitecom. The vendor ID 6189 is registered to Sitecom with the USB Implementers Forum, and 2068 is the product ID that Sitecom assigned to this particular model. When you run lsusb on Linux, this device appears as 6189:2068 Sitecom USB to serial cable (v2).

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 6189:2068 Sitecom USB to serial cable (v2)

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

Windows

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

USB\VID_6189&PID_2068
USB\VID_6189&PID_2068&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_6189&PID_2068"

macOS

$ system_profiler SPUSBDataType
    USB to serial cable (v2):
      Product ID: 0x2068
      Vendor ID: 0x6189  (Sitecom)

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:

6189  Sitecom
	2068  USB to serial cable (v2)

More from Sitecom