TransAct Technologies ITHERM 280 User Manual
Page 200

Programming Codes
iTherm
®
280 Programmer’s Guide
Page 198
Rev C
28-07764
Function
Print Control Character
ASCII
[ESC] ^
Hexadecimal 1BH 5EH
Decimal
<27> <94>
Range
0
≤
n
≤
255
Description The [ESC] ^
printed. During normal operation, characters from zero to 31 are control
characters. Control code translation is turned off for the following character.
Function
Insert Euro Character
ASCII
GS #
Hexadecimal 1DH 23H
Decimal
<29> <35>
Description The GS #
currently active character set with the Euro character. The character to be
replaced is defined by
code page 850 (multilingual) and the 0D5H character is to be the Euro character,
1DH 23H replaces the character at 0D5H with the Euro symbol.
Function
Turn Color Mode ON/OFF
ASCII
[ESC] r
Hexadecimal 1BH 72H
Decimal
<27> <114>
Range
<n> = 0, 1, 48, 49
Description The [ESC] r
mode is turned on, and when
setting is
Function
Select Character Code Table
ASCII
[ESC] t
Hexadecimal 1BH 74H
Decimal
<27> <116>
Range
0
≤
n
≤
5;
Description The [ESC] t
follows. The alphanumeric characters (20H to 7FH) are the same for each page.
The graphic characters (80H to FFH) are different for each page. The default
setting is page 0.
Character Code Table
0
Page 0 [PC437 (U.S.A. and Standard Europe)]
1
Page 1 [PC850 (Multilingual)]
2
Page 2 [PC850 (Multilingual)]
3
Page 3 [PC860 (Portuguese)]
4
Page 4 [PC863 (Canadian-French)]
5
Page 5 [PC865 (Nordic)]
255
Page 255 [Space page]
Table 22 Character Code Table