RD-KT247 thermal printers
52 / 61
3
printer’s status
Normal
Error
4
Undefined
――
――
5
Undefined
――
――
6
Undefined
――
――
7
Undefined
――
――
[Example]
unsigned char str[4];
str[0] = 0x1B;
str[1] = 0x76;
SendDataToPrinter(str,2);//Send status query command to the print
FS &
[Name]
Select the Kanji mode
[Type] ASCII
:
FS &
Decimal:
28
38
Hex:
1C
26
[Explanation]
The printer enters Kanji printing mode
[Note] After powering on the printer, the printer defaults the Kanji printing mode
[Example]
unsigned char str[4];
str[0] = 0x1C;
str[1] = 0x26;
SendDataToPrinter(str,2);//
Enter Kanji printing mode
FS.
[Name]
Cancel the Kanji mode
[Type] ASCII
:
FS .
Decimal:
28
46
Hex:
1C
2E