CognitiveTPG A760 User Manual
Page 57

A760 User Guide: Programming Supplement
Chapter 4: Programming commands
57
Revision F January 2010
Cancel double-strike
ASCII
ESC H
Hexadecimal 1B 48
Decimal
27 72
Turn off double-strike mode on the slip station in A756
emulation mode.
This command is ignored in the A758 emulation mode and
A760 native mode.
This command works on both slip and receipt stations.
Select or cancel italic print
ASCII
ESC I n
Hexadecimal 1B 49 n
Decimal
27 73 n
Value of n:
0 = Off
1 = On
(When 0 and 1 are the least
significant bit, LSB)
Default:
0 (Off)
Turns italic print mode on or off. This command is only
available A758 emulation and A760 native modes.
Italic print mode is available for built-in, user-defined
characters. This command only works on the receipt
station.
Exceptions
Only the lowest bit of n is valid. This command is only
valid for the receipt station in A758 emulation and A760
native modes.
Select international character set
ASCII
ESC R n
or
ESC t n
Hexadecimal 1B 52 n
or
1B 74 n
Decimal
27 82 n
or
27 116 n
Value of n:
A760 native mode
A756 emulation
0 = Code Page 437
0 = Code Page 437
1 = Code Page 850
Not 0 = Code Page 850
2 = Code Page 852
3 = Code Page 860
4 = Code Page 863
5 = Code Page 865
6 = Code Page 858
7 = Code Page 866
8 = Code Page 1252
9 = Code Page 862
10 = Code Page 737, Greek (only in A760 native mode)
12 = Code Page 857
Default:
0 (Code Page 437)
Selects the character set to be used. Look in “Appendix B:
Resident Character Sets” for the character sets.
There are two codes for this command (see select
international character set, 1B 74 n). Both codes
perform the same function.
Exception
The character sets cannot be used together on the same
line.
Related information
This command may also be known as select character code
table.