RD-KT247 thermal printers
32 / 61
Hex:
1B 61 n
[Scope]
0 ≤ n ≤ 2
[Explanation] Aligns all the data in one line to the specified position.
n selects the justification as follows:
n
justification methods
0
Left
justification
1
Centering
2
Right
justification
[Comment]
• This command is only valid at the beginning of the line.
[Default]
n=0
[Example]
unsigned char str[4];
str[0] = 0x1B;
str[1] = 0x61;
str[2] = 1;
SendDataToPrinter(str,3);// select the centering to print
FS r n
[Name]
select
the
superscript and subscript
[Type] ASCII
:
FS r
n
Decimal:
28114n
Hex:
1C 72 n
[Scope]
0 ≤ n ≤ 1
[Explanation]