RD-KT247 thermal printers
21 / 61
ESC d n
[Name]
print and feed paper n lines
[Type] ASCII
:
ESC d n
Decimal:
27 100 n
Hex:
1B 64
n
[Scope]
0 ≤n ≤ 255
[Explanation]
Print the data in the print buffer and feed paper n lines
[Comment]
• After finishing the printing, this command sets the print starting position to the
beginning of the line.
•
One line distance is 24 vertical pitch (0.125mm)
[Example]
unsigned char str[3];
str[0] = 0x1B;
str[1] = 0x64;
str[2] = 0x4;
SendDataToPrinter(str,3);//
feed forward paper 4 lines
ESC
c
[Name]
To allow/ban reverse printing
[Type] ASCII
:
ESC
C n
Decimal:
27
99 n
Hex:
1B
63 n
[Scope]
0 ≤
n
≤ 1
[Explanation]
When n=1,
allow
the
reverse printing and the printing
is from left to right.