Epic 3000
Programmer’s Guide
Programming Codes
100-14362
Rev A
Page 57
Print Control Characters
[ESC] ^
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.
[ESC] “
Print Unicode character
ASCII
[ESC] “ <n
L
><n
H
>
Hexadecimal
1BH 22H <n
L
><n
H
>
Decimal
<27> <34> <n
L
><n
H
>
IPCL
&%PU<m1> <m2> <m3><m4> <m5>
EPOS
[ESC] “ <n
L
><n
H
>
Description
The [ESC] “<n
L
><n
H
>command allows any Unicode character to be
directly addressed and inserted into the print data. <n
L
><n
H
> can range in value from
zero to 65535. (Does not support Extended 24 bit addressing)