RD-KT247 thermal printers
53 / 61
[Explanation]
Cancel the Kanji characters mode
[Example]
unsigned char str[4];
str[0] = 0x1C;
str[1] = 0x2E;
SendDataToPrinter(str,2);//Enter ASCII characters printing mode
ESC 6
[Name]
To select Character Set 1
(
6X8
)
[Type] ASCII
:
ESC6
Decimal:
27
54
Hex:
1B
36
[Explanation] After inputting the command, all of printing characters use the characters in
the character set 1 (see appendix D). The character set 1 has 224 ‘6 x 8 dot matrix’
characters, including ASCII characters and all kinds of graphic marks, etc. The range of code
is 20H~FFH(32~255).
[Example]
unsigned char str[4];
str[0] = 0x1B;
str[1] = 0x36;
SendDataToPrinter(str,2);//Print ‘6X8’ characters in the
Character Set 1
ESC 7
[Name]
To select Character Set 2
(
6X8
)
[Type] ASCII
:
ESC
7
Decimal:
27
55
Hex:
1B
37
[Explanation] After inputting the command, all of printing characters use the characters in
the character set 2 (see appendix D). The character set 2 has 224 ‘6 x 8 dot matrix’