User's Manual

K
KDC User Manual MULTIPLE SPECIAL BARCODES
z <SYN> is a control character 0x16 in hex format.
z M is an ASCII character 0x4D in hex format.
z <CR> is a control character 0x0d in hex format.
z KDC is an ASCII string 0x4B 0x44 0x43 in hex format.
z <Barcode String> is an ASCII string for each configuration
z . is an ASCII string 0x2E in hex format that indicates the end of barcode.
z
The multiple configuration barcode string uses a repeated barcode string of each
configuration in the following format:
<SYN>M<CR>KDC<Barcode String 1> ;;;;;; <Barcode String N> .
z <SYN> is a control character 0x16 in hex format.
z M is an ASCII character 0x4D in hex format.
z <CR> is a control character 0x0d in hex format.
z KDC is an ASCII string 0x4B 0x44 0x43 in hex format.
z <Barcode String1> and <Barcode String N> are an ASCII string for each configuration
z ; is a separator between each barcode strings.
z . is an ASCII string 0x2E in hex format that indicates the end of barcode.
z Example: Assume the user is changing the following configurations with one barcode.
¾ Change Wedge/Store to “Wedge Only”
Î
<SYN>M<CR>KDC82000.
¾ Change Termination Character to “None”
Î
<SYN>M<CR>KDC 88000.
¾ Change Bluetooth “Auto PowerOff” to “Disabled”
Î
<SYN>M<CR>KDC 64010.
<SYN>M<CR>KDC82000;88000;64010.
z Code 128
z QR code