RD-KT247 thermal printers
33 / 61
The value
of n
Result
n=o
superscript
n=1
subscript
[Comment]
The command is effective for all characters (including English characters and Kanji)
The command is ignored if n is outside the defined scope
[Example]
unsigned char str[3];
str[0] = 0x1C;
str[1] = 0x72;
str[2] = 0;
SendDataToPrinter(str,3);//
ESC
U
[Name] Horizontally magnify characters
[Type] ASCII
:
ESC
U n
Decimal:
27
85 n
Hex:
1B
55 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];