[Explanation] cutter: half cutting
[Comment]
•
This command does not cause feeding line.
•
This command is only used in the printers with cutter.
[Example]
unsigned char str[4];
str[0] = 0x1B;
str[1] = 0x6D;
SendDataToPrinter(str,2);// Send the half-cutting command
ESC K nL nH d1 d2 ……dk
[Name]
Printing graphics command
①
[Type]
ASCII
ESC
K nL nH d1…dk
Decimal:
27
75 nL nH d1…dk
Hex:
1B
4B nL nH d1…dk
[Scope]
0 ≤nL ≤255
0 ≤nH ≤1
0 ≤d ≤255
[Explanation]
This command can only print the black/white bit-image whose height is 8 dots
and width does not exceed the printable area.
The nL and nH are the low and high bit of double-byte unsigned integer N. They
express the number of the dots of the bit-image on the horizontal direction.
[Reference]
ESC *
[Comment]
• The graphics command is influenced by the character enlargement command.
Summary of Contents for RD-FH5C7
Page 57: ...C International standard ASCII ...
Page 60: ......