5-8 Commands
ESC D
n
1 ...
nk
NUL
[Name] Set horizontal tab positions
[Format] ASCII ESC D
n
1 ...
nk
NUL
Hex 1B 44
n
1 ...
nk
00
Decimal 27 68
n
1 ...
nk
0
[Range] 1 ≤
n
≤ 255
0≤
k
≤ 32
[Description] Sets horizontal tab positions.
•
n
specifies the column number for setting a horizontal tab
position from the beginning of the line.
•
k
indicates the total number of horizontal tab positions to be
set.
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
[Description] Turns emphasized mode on or off
• When the LSB is 0, emphasized mode is turned off.
• When the LSB is 1, emphasized mode is turned on.
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
[Description] Turns double-strike mode on or off.
• When the LSB is 0, double-strike mode is turned off.
• When the LSB is 1, double-strike mode is turned on.
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 or
horizontal motion unit.