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
[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
:
ESC 6
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’ characters,
Содержание RD-FH8C7
Страница 41: ...B character set 1 and 2 C International standard ASCII ...
Страница 43: ......