Specifications

P25 Development Guide
www.bluebamboo.com
17
ESC $
[Name] Set absolute print position
[Format] ASCII ESC $ nL nH
HEX 1B 24 nL nH
Decimal 27 36 nL nH
[Range] 0 nL 255, 0 nH 255
[Description]
Set the distance from the beginning of the line to the position where
subsequent characters are to be printed.
Note
1
The distance between the beginning of the line to the print position is
[(nL + nH x 256) x (vertical or horizontal motion unit)] inches.
2 Setting outside the specified printable area is ignored.
3 The horizontal and vertical motion unit are specified by GS P.
4 The GS P command can change the horizontal and vertical motion unit.
However, the value cannot be less than the minimum horizontal
movement amount, and it must be in even units of the minimum
horizontal movement amount.
5
This command should be placed previous than any normal printing
characters in a line.
[Reference] ESC\, GS$, GS\, GS P
ESC a
[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 type
of justification as follows
[Note]
This command should be placed previous than any normal printing
characters in a line.
N Justification
0, 48 Left justification
1, 49 Center justification
2, 50 Right justification