Programming
0705
TTPM3 Printer/Encoder–Technical Manual
47
ASCII Character Parity Magcode
82 R 0
110010
83 S 1
110011
84 T 0
110100
85 U 1
110101
86 V 1
110110
87 W 0
110111
88 X 0
111000
89 Y 1
111001
90 Z 1
111010
91 [ 0
111011
Character not defined in Standards
92 \ 1
111100
Character not defined in Standards
93 ] 0
111101
Character not defined in Standards
94 ^ 0
111110
Field
Separator
95 _ 1
111111
Character not defined in Standards
Mag Code = the six LSB of (ASCII value - 32), parity bit is added by printer.
TRACK 2&3 ISO ENCODING
ASCII Character Parity Magcode
48 0 1 0000
49 1 0 0001
50 2 0 0010
51 3 1 0011
52 4 0 0100
53 5 1 0101
54 6 1 0110
55 7 0 0111
56 8 0 1000
57 9 1 1001
58
:
1
1010
Account Separator (Track 3 only)
59
;
0
1011
Start Character (Start Sentinel)
60 < 1 1100
61 = 0 1101
Field
Separator
62 > 0 1110
63
?
1
1111
Stop Character (End Sentinel)
Mag Code = the four LSB of (ASCII value - 48), parity bit is added by printer.
Sending
!M 12345
to the printer results in encoding of 00000;12345?000000
This results in:
0000000000000000000000001011000100100011010001011111
on the stripe.