EasyManua.ls Logo

IDTECH ValueScan III - Tip 1; Tip 2

IDTECH ValueScan III
65 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
59
7.1. Tip 1
ASCII = [F3]‘0’‘2’‘1’‘6’‘I’ [STX]
Binary = [F3] + 0x30 + 0x32 + 0x31 + 0x37 + 0x49 +
0x02
Setting barcode -->
7.2. Tip 2
ASCII = [F3] + ‘0’ + ‘2’ + ‘1’ + ‘6’ + ‘0’ + ‘9’ + ‘0’ + ‘2’
And if CODE93 is added with Home prefix code:
ASCII = [F3] + ‘0’ + ‘2’ + ‘1’ + ‘6’ + ‘0’ + ‘9’ + ‘8’ + ‘D
Note: Code93 corresponds to 09 <value of each code
that is given in the note on the previous page>; the home
key value is 0x8D.

Related product manuals