
Rev. 1.08
[Name] To cancel the user defined character set
[Type] ASCII ESC ? n
HEX 1B 3F n
DECIMAL 27 63 n
[Range] 32 ≤ n ≤126
[Description] To cancel the user-defined character sets.
[Name] To initialize the printer
[Type] ASCII ESC @
HEX 1B 40
DECIMAL 27 64
[Description] This function purges the data in the buffer when the power is on or recovers
the printer mode.
[Name] To set the horizontal tab position
[Type] ASCII ESC D n1...nk NUL
HEX 1B 44 n1...nk 00
DECIMAL 27 68 n1...nk 0
[Range] 1 ≤ n ≤ 255
0 ≤ k ≤32
[Description] To set the horizontal tab position
n defines the number of columns for the horizontal table from the beginning
point of the line.
k is the total number of horizontal tabs.
[Name] To set highlight mode
[Type] ASCII ESC E n
HEX 1B 45 n
DECIMAL 27 69 n
[Range] 0 ≤ n ≤ 255
[Description] To select/clear highlight mode
Highlight mode is cleared when the LSB is 0.
Highlight mode is set when the LSB is 1.
[Name] To print and paper feed
[Type] ASCII ESC J n
HEX 1B 4A n
DECIMAL 27 74 n
[Range] 0 ≤ n ≤ 255
[Description] To print the data in the printer buffer and feed the paper.
n x vertical or horizontal motion unit inches