– 58 –
PAGE MODE
FUNCTION
Call download character
CODE
<ESC> “G n1n2 , n3n4 ” <ESC> “0”
HEX
1B 47 n1n2 2C n3n4 1B 30
REMARKS
This command calls download character.
n1n2,n3n4 :Reference numbers of defined download characters(00
to 31).
Note : Only standard size characters (16 (W) × 24 (H) dots) can
be defined as download characters.
FUNCTION
Store logo data into image memory
CODE
<ESC> “K n x1x2x3x4 , y1y2y3y4 , d1d2d3”
<LF> <NUL>
HEX
1B 51 n x1x2x3x4 2C y1y2y3y4 2C d1d2d3
0A 00
REMARKS
This command stores logo data into image memory.
n : “;” : OR mode
“:” : Overwrite mode
x1x2x3x4 : Print start position in the X direction (0000 to 1040 ×
0.1mm)
y1y2y3y4 : Print start position in the Y direction (0000 to 2000 ×
0.1mm)
d1d2d3 : Logo registration number (001 to 255)
Note : Logo data is registered in Line mode.
FUNCTION
Clear image data
CODE
<ESC> “X” <LF><NUL>
HEX
1B 58 0A 00
REMARKS
When the printer receives this command, the defined image data
are cleared.
The following commands will be cleared by<ESC> “X”
<ESC> “RC”<ESC> “RB”<ESC> “Q”<ESC> “H”<ESC> “K”