n
n
n
G
47
71
n
n
n
ESC
1B
27
ESC G n
[Name]
[Format]
[Range]
[Description]
Turn on/off double-strike mode.
ASCII
Hex
Decimal
0 < n < 255
Turns emphasized 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
1B
27
J
4A
74
ESC J n
[Name]
[Format]
[Range]
[Description]
Print and feed paper.
ASCII
Hex
Decimal
0 < n < 255
Prints the data in the print buffer and feeds the paper [n x vertical or
horizontal motion unit] inches.
n
n
n
R
52
82
ESC
1B
27
ESC R n
[Name]
[Format]
[Range]
[Description]
[Default]
Select an international character set.
ASCII
Hex
Decimal
0 < n < 10
Selects an international character set n from the following table.
n = 0
0
1
2
3
4
n
U.S.A.
France
Germany
U.K.
Denmark I
Character set
Sweden
Italy
Spain
Norway
Denmark II
Character set
5
6
7
9
10
n
0, 48
1, 49
n
Function
ESC
1B
27
V
56
86
n
n
n
ESC V n
[Name]
[Format]
[Range]
[Description]
0, 48
1, 49
2, 50
n
Left justification
Centering
Right justification
Justification
ESC
1B
27
a
61
97
n
n
n
ESC a n
[Name]
[Format]
[Range]
[Description]
Select justification.
ASCII
Hex
Decimal
0 < n < 2
48 < n < 50
Aligns all the data in one line to the specified position.
n selects the type of justification as follows:
ESC
1B
27
\
5C
92
nL nH
nL nH
nL nH
ESC \ nL nH
[Name]
[Format]
[Range]
[Description]
Set relative print position.
ASCII
Hex
Decimal
0 < nL < 255
0 < nH < 255
Selects the print starting position based on the current position by
using the horizontal or vertical motion unit.
This command sets the distance from the current position to
[(nL + nH x 256) x horizontal or vertical motion unit]
31
32