ESC E n
[Name] | Turn emphasized mode on/off. |
| ||
[Format] | ASCII | ESC | E | n |
| Hex | 1B | 45 | n |
| Decimal | 27 | 69 | n |
[Range] | 0 ≤ n ≤ 255 (Only the lowest bit of n is enabled) | |||
[Description] | Turns emphasized mode on or off. |
|
∙When the LSB of n is 0, emphasized mode is turned off.
∙When the LSB of n is 1, emphasized mode is turned on.
ESC G n
[Name] | Turn on/off |
| ||
[Format] | ASCII | ESC | G | n |
| Hex | 1B | 47 | n |
| Decimal | 27 | 71 | n |
[Range] | 0 ≤ n ≤ 255 |
|
|
|
[Description] | Turns |
|
∙When the LSB of n is 0,
∙When the LSB of n is 1,
ESC J n
[Name] | Print and feed paper. |
|
| |
[Format] | ASCII | ESC | J | n |
| Hex | 1B | 4A | n |
| Decimal | 27 | 74 | n |
[Range] | 0 ≤ n ≤ 255 |
|
|
|
[Description] | Prints the data in the print buffer and feeds | |||
| the paper n × vertical or horizontal motion unit. | |||
ESC K n |
|
|
|
|
[Name] | Print and reverse feed. |
|
| |
[Format] | ASCII | ESC | K | n |
| Hex | 1B | 4B | n |
| Decimal | 27 | 75 | n |
[Range] | 0 ≤ n ≤ 255 |
|
|
|
[Description] | Prints the data in the print buffer and feeds the paper | |||
| n × vertical or horizontal motion unit in the reverse direction. |
31