Specifications

Control Codes POSjet
®
1500 Programmer's Guide
Page 118 Rev N Nov-10
Function Print control character
ASCII [ESC] ^ <n>
Hexadecimal 1BH 5EH <n>
Decimal <27> <94> <n>
IPCL &%CC <m1> <m2> <m3>
EPOS [ESC] ^ <n>
Description The [ESC] ^ <n> command allows characters from zero to 31 codes to be printed. During normal
operation, characters from zero to 31 are control characters. The command turns off control code
translation for the following character. <n> can be from zero to 255.
Function Insert Euro character
ASCII ESC] [ C <n>
Hexadecimal 1BH 5BH 43H <n>
Decimal <27> <91> <67> <n>
IPCL &%EU
Description The [ESC] [ C <n> command allows an application to replace any character in the currently active
character set with the Euro character. The character to be replaced is defined by <n>. For
example, if the currently active character set is CP 850 (multi-lingual) and 0D5H character is to be
the Euro character, "1BH 5BH 43H 0D5H" replaces the character at 0D5H with the Euro symbol.
Euro Character Substitution Matrix
Name
Epson
IBM
Code Page Insertion Point
(hex)
850
26
850
0xD5
Turkey 857
57
857
0XD5
Win Cyrillic
52
1022
0X88
Win Turkish
51
1021
0X80
Win Greek
50
1020
0X80
Win Hebrew
62
1032
0X80
Win Baltic
68
1034
0X80
Table 34 Euro Character Substitution Matrix