51
ESC R n
[Name] Select an international character set
[Format] ASCII ESC R n
Hex 1B 52 n
Decimal 27 82 n
[Range] 0 ≤ n ≤ 10
[Description] Selects an international character set n from the following
table:
n Character set
0 U.S.A
1 France
2 Germany
3 U.K.
4 Denmark I
5 Sweden
6 Italy
7 Spain I
8 ---
9 Norway
10 Denmark II
[Default] n = 0
ESC U n
[Name] Turn unidirectional printing mode on/off
[Format] ASCII ESC U n
Hex 1B 55 n
Decimal 27 85 n
[Range] 0 ≤ n ≤ 255
[Description] Turns unidirectional printing mode on or off
• When the LSB of n is 1, turn on unidirectional printing mode.
[Notes]
• Only the lowest bit of n is enabled.
•
To avoid horizontal printing misalignment, unidirectional printing mode
should be used.
[Default] n = 0
52
ESC a n
[Name] Select justification
[Format] ASCII ESC a n
Hex 1B 61 n
Decimal 27 97 n
[Range] 0 ≤ n ≤ 2, 48 ≤ n ≤ 50
[Description] Aligns all the data in one line to the specified position.
n selects the type of justification as follows:
n Justification
0, 48 Left justification
1, 49 Centering
2, 50 Right justification
[Notes]
•
The command is enabled only when input at the beginning of the line.
• A portion of data skipped by means of HT is also target data for the
justification function.
[Default] n = 0
[Example]
Left justification Centering Right justification
ABC
ABCD
ABCDE
ABC
ABCD
ABCDE
ABCC
ABCDC
ABCDEC