Commands 5-11
ESC \
nL nH
[Name] Set relative print position
[Format] ASCII ESC \
n
L
n
H
Hex 1B 5C
n
L
n
H
Decimal 27 92
n
L
n
H
[Range] 0 ≤
n
L
≤ 255
0 ≤
n
H
≤ 255
[Description] Sets the print starting position based on the current position.
• This command sets the distance from the current position to [(
n
L
+
n
H
× 256) × horizontal or vertical motion unit]
ESC a
n
[Name] 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 the data in one line to the specified position
n
selects the justification as follows
:
ESC c 3
n
[Name] Select paper sensor(s) to output paper end signals
[Format] ASCII ESC c 3
n
Hex 1B 63 33
n
Decimal 27 99 51
n
[Range] 0 ≤
n
≤ 255
[Description] Selects the paper sensor(s) to output paper end signals
This command is available only with a parallel interface and is ignored with serial
interface.
• Each bit of
n
is used as follows:
n Justification
0, 48 Left justification
1, 49 Centering
2, 50 Right justification
Bit Off/On Hex Decimal Function
0
Off 00 0 Paper roll near-end sensor disabled.
On 01 1 Paper roll near-end sensor enabled.
1
Off 00 0 Paper roll near-end sensor disabled.
On 02 2 Paper roll near-end sensor enabled.