Rev. 1.02
- 17 -
SRP-500
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
n
Character set
0 U.S.A 6 Italy
1 France 7 Spain
I
2 Germany 8
---
3 U.K. 9
Norway
4
Denmark I
10
Denmark II
5 Sweden
[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
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