ESC FF
[Name] | Print data in page mode. | ||
[Format] | ASCII | ESC | FF |
| Hex | 1B | 0C |
| Decimal | 27 | 12 |
[Description] | In page mode, prints all buffered data in the printing area collectively. |
ESC SP n
[Name] | Set | |||
[Format] | ASCII | ESC | SP | n |
| Hex | 1B | 20 | n |
| Decimal | 27 | 32 | n |
[Range] | 0 ≤n ≤255 |
|
| |
[Description] | Sets the character spacing for the right side of the character to | |||
| [n ×horizontal or vertical motion units]. |
ESC ! n
[Name] |
| Select print modes. |
|
|
| |||
[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 | |||
0 |
| Off |
| 00 | 0 |
| Character font(12 ×24) selected. | |
|
| On |
| 01 | 1 |
| Character font(9 ×17) selected. | |
1,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. |
ESC $ nL nH
[Name] | Set absolute print position. |
|
| |||
[Format] | ASCII | ESC | $ | nL | n | |
| Hex | 1B | 24 | nL | n | |
| Decimal | 27 | 36 | nL | n | |
[Range] | 0 | ≤n ≤255 |
|
|
| |
| 0 | ≤n ≤255 |
|
|
| |
[Description] | Set the distance from the beginning of the line to the position at which | |||||
| subsequent characters are to be printed. |
*The distance from the beginning of the line to the print position is [(nL + nH ×256) ×(vertical or horizontal notion unit)] inches.
ESC % n
[Name] | Select / Cancel | |||
[Format] | ASCII | ESC | % | n |
| Hex | 1B | 25 | n |
| Decimal | 27 | 37 | n |
[Range] | 0 ≤n ≤255 |
|
| |
[Description] | Selects or cancels the | |||
| When the LSB is 0, the | |||
| When the LSB is 1, the |
ESC & y c1 c2 [x1 d1…d(y X x1)]… [xk d1… d(yx X xk)]
[Name] | Define |
| |||||
[Format] | ASCII | ESC | & | n | y | c1 | c2[x1 d1…d(y X x1)]… [xk d1… d(yx X xk)] |
| Hex | 1B | 26 | n | y | c1 | c2[x1 d1…d(y X x1)]… [xk d1… d(yx X xk)] |
| Decimal | 27 | 38 | n | y | c1 | c2[x1 d1…d(y X x1)]… [xk d1… d(yx X xk)] |
[Range] | y = 3, 32 ≤c1 ≤c2 ≤126 |
|
0≤x ≤12 (12x24 font)
0≤x ≤9 (9x17 font)
0≤d1 … d(y X xk) ≤255
[Description] - y specifies the number of bytes in the vertical direction.
-c1 specifies the beginning character code for the definition, and c2 specifies the final code.
-x specifies the number of dots in the horizontal direction.
30 | 31 |