
Thermal Printer Technical Manual
18
[Format]
ASCII
ESC V
n
Hex
1B
56
n
Decimal
27
86
n
[Range]
0 ≤ n ≤ 2, 48 ≤ n ≤ 50
[Description]
Turns 90°clockwise rotation mode on/off .n is used as follows:
n
Function
0,48
Turns off 90° clockwise rotation mode
1,49
2,50
Turns on 90° clockwise rotation mode
[Notes]
This command is only valid in standard mode. However, the setting is always effective.
When underline mode is turned on, the underline can’t be rotated 90° clockwise.
When turns 90°clockwise rotation mode on, the function of double-width and double-height is
just opposite to it in standard mode.
[Default]
n = 0
[Reference]
ESC !, ESC –
[Example]
char SendStr[7] = {0x1B,0x56,0x01,0x31,0x32,0x33,0x0A};
SendData(SendStr, 7);
ESC t n Select character code table
[Name]
Select character code table
[Format]
ASCII
ESC
t
n
Hex
1B
74
n
Decimal
27
116
n
[Range]
0 ≤n ≤ 255
[Description]
Selects the page n from the character code table.
n
Code Page
0
CP437 [U.S.A., Standard Europe]
1
Katakana
2
PC850 [Multilingual]
3
PC860 [Portuguese]
4
PC863 [Canadian-French]
5
PC865 [Nordic]
6
WCP1251 [Cyrillic]
7
CP866 Cyrillic #2
8
MIK[Cyrillic /Bulgarian]
9
CP755 [East Europe
,
Latvian 2]
10
Iran
11
reserve
12
reserve
13
reserve
3
2
1