66
ESC+‟a‟+n
Function
Set printing position alignment
Code
ASCII
ESC
a
n
Hex
1B
61h
n
Decimal
27
97
n
Range
0≤n≤2
Initial
value
n=0
Description Align the printing position
n
Alignment position
0 Left
1
Center
2
Right
ESC+‟d‟+n
Function
Print and n row feed
Code
ASCII
ESC
d
n
Hex
1B
64h
n
Decimal
27
100
n
Range
0≤n≤255
Description Feeds by n line(s) after printing data.
www.compodis.com