RD-KT247 thermal printers
26 / 61
[Note]
•
Underline can’
t act in the
rotation and
reverse
characters.
•
This command only affects the English and Kanji characters.
[Default]
n
= 0.
[Example]
unsigned char str[3];
str[0] = 0x1B;
str[1] = 0x2D;
str[2] = 0x1;
SendDataToPrinter (str,3);// set the underline
ESC +
[Name]
allow/ban the overline printing
[Type] ASCII
:
ESC
+ n
Decimal:
27
43 n
Hex:
1B
2B n
[Explanation]When n=1,
allow the overline printing
When n=0,
ban the overline printing
[Note]
•
Overline can’
t act in the
rotation and
reverse
characters.
•
This command only affects the English and Kanji characters.
[Default]
n
= 0
[Example]
unsigned char str[3];
str[0] = 0x1B;
str[1] = 0x2B;
str[2] = 0x1;
SendDataToPrinter (str,3);//
set the overline
GS B n