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. |
|
|
|
|
|
|
| |
[Default] | n=0 |
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
|
| n | Character set |
|
| n |
| Character set |
|
| 0 | U.S.A. |
|
| 6 |
| Italy |
|
| 1 | France |
|
| 7 |
| Spain |
|
| 2 | Germany |
|
| 9 |
| Norway |
|
| 3 | U.K. |
|
| 10 |
| Denmark 2 |
|
| 4 | Denmark 1 |
|
|
|
|
|
|
| 5 | Sweden |
|
|
|
|
|
|
ESC U n |
|
|
|
|
|
|
| |
[Name] | Turn on/off unidirectional printing mode. |
|
| |||||
[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 0, turns off unidirectional printing mode.
∙When the LSB of n is 1, turns on unidirectional printing mode.
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
0,48
1,49
2,50
Justification
Left justification
Centering
Right justification
32