Mobile Printer CPCLProgramming Manual P14-63
usb.device.vendor_id
type: getvar
This parameter refers to the Vendor Identification number
that the USB organization has assigned to a particular
group. This number, along with the Product ID, allows a
USB host to distinguish one device from another.
getvar result Returns the Vendor ID stored in the USB library.
Format is hexadecimal.
Example Description This example retrieves the device’s
vendor ID.
Syntax ! U1 GETVAR
“usb.device.vendor_id”
Result “ 0a5f”