RD-KT247 thermal printers
54 / 61
characters, Including German, French, Russian, Japanese Katakana, etc. The range of code is
20H~FFH(32~255).
[Example]
unsigned char str[4];
str[0] = 0x1B;
str[1] = 0x37;
SendDataToPrinter(str,2);// Print ‘6X8’ characters in the
Character Set 2
GS F n
[Name]
Select mode
[Type] ASCII
:
GS
F
n
Decimal:
29 70
n
Hex:
1D
46
n
[Scope]
0 ≤
n
≤ 1
[Explanation]
When n=0, the number of the dots printed in each line is 384.
When n=1, the number of the dots printed in each line is 432.
[Default]
n=0
[Example]
unsigned char str[4];
str[0] = 0x1D;
str[1] = 0x46;
str[2] = 0;
SendDataToPrinter(str,3);//
ESC r d n
[Name]
To adjust the depth of thermal printing
[Type] ASCII
:
ESC
r
d
n
Decimal:
27
114 d
n