[Description] | Sets the character spacing for the right side of the character to [n × |
| horizontal or vertical motion units]. |
ESC ! n
[Name] |
| Select print mode(s) |
|
|
| |||
[Format] | ASCII |
| ESC | ! | n | |||
|
|
| Hex |
| 1B | 21 | n | |
|
|
| Decimal |
| 27 | 33 | n | |
[Range] | 0 ≤ n ≤ 255 |
|
|
| ||||
[Description] | Selects print mode(s) using n as follows: |
|
| |||||
|
|
|
|
|
|
|
|
|
Bit |
| Off/On |
| Hex | Decimal | Function |
|
|
|
|
|
|
|
|
| ||
|
| Off |
| 00 | 0 | Character font A (12 x 24 for the paper roll and 9 x 9 | ||
|
|
| for the slip paper) selected. |
| ||||
0 |
|
|
|
|
|
| ||
|
|
|
|
|
|
|
| |
| On |
| 01 | 1 | Character font B (9 x 24 for the paper roll and 7 x 9 | |||
|
|
| ||||||
|
|
| for the slip paper) selected. |
| ||||
|
|
|
|
|
|
| ||
|
|
|
|
|
|
|
|
|
1 |
| - |
| - | - | Undefined. |
|
|
|
|
|
|
|
|
|
|
|
2 |
| - |
| - | - | Undefined. |
|
|
|
|
|
|
|
|
|
| |
3 |
| Off |
| 00 | 0 | Emphasized mode not selected. |
| |
|
|
|
|
|
|
|
| |
| On |
| 08 | 8 | Emphasized mode selected. |
| ||
|
|
|
| |||||
|
|
|
|
|
|
|
| |
4 |
| Off |
| 00 | 0 |
| ||
|
|
|
|
|
|
|
| |
| On |
| 10 | 16 |
| |||
|
|
|
| |||||
|
|
|
|
|
|
|
| |
5 |
| Off |
| 00 | 0 |
| ||
|
|
|
|
|
|
|
| |
| On |
| 20 | 32 |
| |||
|
|
|
| |||||
|
|
|
|
|
|
|
|
|
6 |
| - |
| - | - | Undefined. |
|
|
|
|
|
|
|
|
|
| |
7 |
| Off |
| 00 | 0 | Underline mode not selected. |
| |
|
|
|
|
|
|
|
| |
| On |
| 80 | 128 | Underline mode selected. |
|
| |
|
|
|
|
| ||||
|
|
|
|
|
|
|
|
|
•Determine the values of n by adding the values of all the characteristics you want to select.
ESC $ nL nH
[Name] | Set absolute print position |
|
|
|
[Format] | ASCII | ESC | $ | nL nH |
| Hex | 1B | 24 | nL nH |
| Decimal | 27 | 36 | nL nH |