ESC E n
[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, turns emphasized mode off.
• When the LSB of n is 1, turns emphasized mode on.
[Note] • 2-pass printing is slower in emphasized mode.
ESC G n
[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, turns double-strike mode off.
• When the LSB of n is 1, turns double-strike mode on.
[Note] • 2-pass printing is slower in double-strike mode.
ESC J n
[Name] Print and feed paper
[Format] ASCII ESC J n
Hex 1B 4A n
Decimal 27 74 n
[Range] 0 ≤ n ≤ 255
[Description] • Prints the data in the print buffer and feeds the paper [n × (vertical motion unit)].