relationship between the vertical direction and horizontal direction is reversed,
that is to say, this command’s priority is lower than the FS 2. And when two
commands is effective at the same time, the characters firstly rotate, then enlarge.
[Example]
unsigned char str[4];
str[0] = 0x1B;
str[1] = 0x58;
str[2] = 2;
str[3] = 2;
SendDataToPrinter(str,4);//
Vertically and horizontally magnify 2 times
ESC i
[Name]
Full cutting
[Type] ASCII
:
ESC
i
Decimal:
27
105
Hex:
1B
69
[Explanation] cutter: full 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] = 0x69;
SendDataToPrinter(str,2);// Send the full-cutting command
ESC m
[Name]
Half cutting
[Type] ASCII
:
ESC
i
Decimal:
27
109
Hex:
1B
6D
Summary of Contents for RD-FH5C7
Page 57: ...C International standard ASCII ...
Page 60: ......