THERMAL RECEIPT PRINTER
12
§
This command is only effected in standard mode.
§
When 90-degree rotation is selected, printer doen
’
st print the underline.
§
Twice-height and twice-width is opposited in 90-degree rotation mode.
[Default]
n = 0
[Reference]
ESC !
,
ESC -
21
、
ESC \ nL nH Set relative horizontal position
[Format]
ASCII
ESC
\
nL
nH
Hex
1B
5C nL
nH
Decimal
27
92 nL
nH
[Range]
0
≤
nl
≤
255 0
≤
nH
≤
255
[Description]
This command sets the print starting position to where that [( nL + nH
×
256)
×
horizontal/vertical move unit] away.
[Notes]
§
The printer ignores the settings that out of the printable area.
§
When the print position is moving right, nL+ nH
×
256 = N
§
When the print position is moving left, nL+ nH
×
256 = 65536
–
N
§
The beginning print position is moved from current position to [n
×
horizontal/vertical move unit]
§
Horizontal and Vertical move unit is set by command
GS P
.
§
In standard mode, horizontal move unit is used.
§
In page mode, print area direction and the beginning print position determine
the use of horizontal move unit or vertical move unit, as follow,
1. When the beginning print position is set by
ESC T
to top left corner or
bottom right corner, horizontal move unit is used;
2. When the beginning print position is set by
ESC T
to bottom left corner or
top right corner, vertical move unit is used;
[Reference]
ESC $, GS P
22
、
ESC a n
Select justification
[Format]
ASCII
ESC
a
n
Hex
1B
61
n
Decimal
27
97
n
[Range]
0
≤
n
≤
2, 48
≤
n
≤
50
[Description]
Aligns all data in one line to the specified position.
n
selects the justification as follows:
n
Justification
0,48
Left justification
1, 49
Center
2, 50
Right justification
[Notes]
§
The command is enabled only when processed at the beginning of a line.