Hex:
1B
72
d
n
[Scope]
d=2B or 2D, 0 ≤
n
≤ 255
[Explanation]
When d=2B, indicates the printing depth is adjusted deeper on the basis of the
current printing depth.
When d=2D, indicates the printing depth is adjusted more shallowly on the basis
of the current printing depth.
The n represents the value of the depth adjusting degree. And the larger the
value, deeper the adjustment depth, and the maximum value does not exceed
255.
When n=0, using ‘
B 72 2B 00’ or ’1B 72 2D 00’ will lead to revert to the default value
[Default]
n=0
[Note]
When using the deepening adjustment, the value of n is adjusted to the
maximum value, or it not only affects the results but also reduces the printing
life.
With increasing depth, the printer will increase power consumption.
[Example]
unsigned char str[4];
str[0] = 0x1B;
str[1] = 0x72;
str[2] = 0x2B;
str[3]= 0x30;
SendDataToPrinter(str,4);//
deepen ‘
0X30’
Содержание RD-FH5C7
Страница 57: ...C International standard ASCII ...
Страница 60: ......