4-10
ESC @
[Name] Initialize printer
[Format] ASCII ESC @
Hex 1B 40
Decimal 27 64
[Range] None
[Default] None
[Description] The data in the print buffer is cleared, and the printer mode(s) is reset to the mode that was in
effect when the power was turned on.
- Any macro definitions are not cleared.
- Contents of user NV memory are not cleared.
- NV bit image is not cleared.
ESC D
[Name] Set horizontal tab positions
[Format] ASCII ESC D n1 ... nk NULS
Hex 1B 44 n1 ... nk 00
Decimal 27 68 n1 ... nk 0
[Range] 0 ≤ n ≤ 255
0 ≤ k ≤ 32
[Default] n = 8, 16, 24, 32, ...
(Every eight characters for the default font set by ESC ! or ESC M)
[Description] Sets a horizontal tab to n columns from the beginning of the line.
- k indicates the number of horizontal tab positions to be set.
ESC E
[Name] Turn emphasized mode on/off
[Format] ASCII ESC E n
Hex 1B 45 n
Decimal 27 69 n
[Range] 0 ≤ n ≤ 255
[Default] n = 0
[Description] Turns emphasized mode on or off.
- When the LSB of n is 0, emphasized mode is turned off.
- When the LSB of n is 1, emphasized mode is turned on.
ESC G
[Name] Turn double-strike mode on/off
[Format] ASCII ESC G n
Hex 1B 47 n
Decimal 27 71 n
[Range] 0 ≤ n ≤ 255
[Default] n = 0
[Description] Turns double-strike mode on or off.
- When the LSB of n is 0, double-strike mode is turned off.
- When the LSB of n is 1, double-strike mode is turned on.