ESC Dec
27
ESC
33
ESC 37
ESC
3 8
Hex Symbol
1B
ESC
21
!
25
26
Function
Escape. Prepares the printer to re-
ceive control codes.
Master Select
Selects
1
of
64
unique print mode
combinations. Format:
ESC “!” n
where n stands for a number between
0 and 255.
Activates a character set.
ESC “%” 0 0
selects the ROM set, and
ESC “%” 1 0
selects the RAM set defined by ESC
“&“.
Defines user characters in RAM.
Format:
ESC “&” 0 a . . .
The 0 is for future use, is the start-
ing character, is the ending charac-
ter. Both and must be between
58
and
63
inclusive. If
char-
acter uses top 8 pins; if a<128,
character uses bottom 8 pins. Each
character in the range c
l
-c
2
requires
an attribute byte (a) and 11 data bytes
If NLQ mode is selected first, the
command requires 3 bytes for a. The
first,
is ignored, the second, a,, is
the printing width and values above
12 are ignored. The third,
is the
value of the right spacing and is auto-
matically adjusted to
In NLQ
the command also requires 3
x
a
l
data
bytes.
B-3