General 4

All Cleware USB devices have a unique serial number. This serial number can be used in all Cleware software programs to identify the target. Example: A USB-Switch with the serial number 54321 can be turned on like this:
USBswitchCMD -n 54321 1

The serial number can also be used directly in the USBaccess software interface (API).
A switch with the serial number 54321 can be switched on like this:
SetSwitch(54321, .., 1) ;