Specifications

EM 220
Rev. 1.00
- 22 -
Mobile Printer Command Manual
ESC nL nH
[Name]
[Format]
[Range]
[Description]
Set relative print position.
ASCII ESC
nL nH
Hex 1B 5C nL nH
Decimal 27 92 nL nH
0 (nL + nH x 256) 65535 (0 nL 255, 0 nH 255)
Set the print starting position based on the current position to [(nL + nH ×
256) × horizontal or vertical motion unit]
- When (nL + nH × 256 is a positive number, the print starting position is
specified to the right based on the current position.
- When (nL + nH × 256) is a negative number, the print starting position
is specified to the left based on the current position.
The printer ignores any setting that exceeds the print area.
ESC a n
[Name]
[Format]
[Range]
[Default]
[Description]
Select justification.
ASCII ESC a n
Hex 1B 61 n
Decimal 27 97 n
0 n 2, 48 n 50
n=0
In standard mode, aligns all the data in one line to the position specified
by n as follows:
n Justification
0, 48 Left justification
1, 49 Centering
2, 50 Right justification
ESC d n
[Name]
[Format]
[Range]
[Description]
Print and feed n lines.
ASCII ESC d n
Hex 1B 64 n
Decimal 27 100 n
0 n 255
Prints the data in the print buffer and feeds n lines.