2233:6323 USB Electronic Scale

RadioShack Corporation

Vendor ID
2233
Product ID
6323
Combined
2233:6323
Decimal
8755:25379

What is this device?

This is the USB identifier for a USB Electronic Scale manufactured by RadioShack Corporation. The vendor ID 2233 is registered to RadioShack Corporation with the USB Implementers Forum, and 6323 is the product ID that RadioShack Corporation assigned to this particular model. When you run lsusb on Linux, this device appears as 2233:6323 RadioShack Corporation USB Electronic Scale.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 2233:6323 RadioShack Corporation USB Electronic Scale

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

Windows

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

USB\VID_2233&PID_6323
USB\VID_2233&PID_6323&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_2233&PID_6323"

macOS

$ system_profiler SPUSBDataType
    USB Electronic Scale:
      Product ID: 0x6323
      Vendor ID: 0x2233  (RadioShack Corporation)

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:

2233  RadioShack Corporation
	6323  USB Electronic Scale

More from RadioShack Corporation