Hex:
1B
56 n
[Scope]
0 ≤ n ≤8
[Comment]
The command is effective for all characters (including English characters and
Kanji)
The command is ignored if n is outside the defined scope
[Reference]
ESC X
[Example]
unsigned char str[4];
str[0] = 0x1B;
str[1] = 0x56;
str[2] = 2;
SendDataToPrinter(str,3);//
Vertically magnify 2 times
ESC X
[Name]
Magnify characters
[Type] ASCII
:
ESC
X n1 n2
Decimal:
27
88 n1 n2
Hex:
1B
58 n1 n2
[Scope]
0 ≤ n ≤8
(1 ≤
n1
horizontal times
≤ 8,1 ≤
n2
vertical times ≤ 8)
[Comment]
The command is effective for all characters (including English characters and
Kanji), except barcode reading characters.
The command is ignored if n is outside the defined scope.
Vertical direction is the paper feeding direction, and horizontal direction is vertical
with the paper feeding direction. When character clockwise rotate 90 °, the
Содержание RD-FH5C7
Страница 57: ...C International standard ASCII ...
Страница 60: ......