25
Text data string
• Print text
Print text prints 1-byte characters (single byte characters) (prints two byte characters even with
1 byte data when ANK characters are specified as two byte characters with the ESC control
statement) and two byte Chinese characters (Japanese specifications: Shift JIS code;
Taiwanese specifications BIG5; Chinese specifications: GB).
• Line feed control data
This print line feed control LF (0Ah) command line feeds the print coordinate pointer 1 character
space, including spaces between lines, in reverse. The reverse X coordinate is the X
coordinate origin point.
• ESC sequence
If there is an ESC (1Bh) in the print text data string, this sets the characters size specification,
combined with the next character.
• ESC E/e
Specifies character size.
ESC “E”/”e” next parameter range: “11,” “12,” “21,” “22”
2 digit configuration
ESC “E11”
Normal size
ESC “E12”
Horizontal double size
ESC “E21”
Vertical double size
ESC “E22”
Vertical/horizontal double size
• ESC G
This expands a specified 24 dot 2-byte external characters font in the print expansion buffer
memory.
ESC “G” next parameter range: ‘0’ to ‘F’ 1 digit configuration
ESC “G0”
Expands the 0
th
24 dot two-byte external character font
ESC “G1”
Expands the 1
st
24 dot two-byte external character font
:
:
ESC ‘”G9”
Expands the 9
th
24 dot two-byte external character font
ESC “GA”
Expands the 10
th
24 dot two-byte external character font
:
ESC “GE”
Expands the 14
th
24 dot two-byte external character font
ESC “GF”
Expands the 15
th
24 dot two-byte external character font