
ESC c 5 n
[Name] | Enable/Disable panel buttons. |
|
| ||
[Format] | ASCII | ESC | c | 5 | n |
| Hex | 1B | 63 | 35 | n |
| Decimal | 27 | 99 | 53 | n |
[Range] | 0 < n < 255 |
|
|
|
|
[Description] | Enables or disables the panel buttons. |
[Notes] | When the LSB is 0, the panel buttons are enabled. |
| When the LSB is 1, the panel buttons are disabled. |
ESC d n
GS ! n
[Name] | Select character size. |
| ||||
[Format] | ASCII | GS | ! |
| n | |
| Hex | 1D | 21 |
| n | |
| Decimal | 29 | 33 |
| n | |
[Range] | 0 < n < 255 |
|
|
| ||
[Description] | (1 < vertical number of times < 8, 1 < horizontal number of times < 8) | |||||
Selects the character height using bits 0 to 1 and selects the character width | ||||||
| using bits 4 to 5, as following: |
| ||||
|
|
|
|
|
|
|
Bit | Off/On |
| Hex | Decimal |
| Function |
|
|
|
|
|
| |
0 ~ 1 | Character height selection. See Table 2 |
| ||||
|
|
|
|
|
| |
4 ~ 5 | Character width selection. See Table 1 |
|
[Name] | Print and feed n lines. |
|
| |
[Format] | ASCII | ESC | d | n |
| Hex | 1B | 64 | n |
| Decimal | 27 | 100 | n |
[Range] | 0 < n < 255 |
|
|
|
[Description] | Prints the data in the print buffer and feeds n lines. |
ESC { n
Table 1
Character Width Selection
Hex | Decimal | Width |
00 | 0 | 1(normal) |
10 | 16 | 2(double) |
|
|
|
Table 2
Character Height Selection
Hex | Decimal | Width |
00 | 0 | 1(normal) |
10 | 1 | 2(double) |
|
|
|
[Name] | Turn | |||
[Format] | ASCII | ESC | { | n |
| Hex | 1B | 7B | n |
| Decimal | 27 | 123 | n |
[Range] | 0 < n < 255 |
|
|
|
[Description] | Turns |
[Notes] | When the LSB is 0, |
| When the LSB is 1, |
GS :
[Name] | Start/End macro definition. | ||
[Format] | ASCII | GS | : |
| Hex | 1D | 3A |
[Description] | Decimal | 29 | 58 |
Starts or ends macro definition. |