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