ESC E n
[Name] | Turn emphasized mode on/off |
| ||
[Format] | ASCII | ESC | E | n |
| Hex | 1B | 45 | n |
| Decimal | 27 | 69 | n |
[Range] | 32 ≤ n ≤ 255 |
|
| |
[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.
[Notes] | * Printing is slower in emphasized mode. |
•Only the lowest bit of n is enabled.
•The printer does not emphasize
•This command and ESC ! turn on and off emphasized mode in the same way. The last proceeded command becomes effective.
•Printer output is the same in
[Default] | n = 0 |
[Reference] | ESC !, ESC G |
49
ESC G n
[Name] | Turn | |||
[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,
[Notes] | * Printing is slower in |
•Only the lowest bit of n is enabled.
•The printer does not
•Printer output is the same in
[Default] | n = 0 |
[Reference] | ESC E |
ESC J n
[Name] | Print and feed paper |
| ||
[Format] | ASCII | ESC | J | n |
| Hex | 1B | 4A | n |
| Decimal | 27 | 74 | n |
[Description] | Prints the data in the print buffer and feeds the paper | |||
| [ n x 0.122mm {1/192 inches}] . |
[Notes]
•After printing is completed, this command sets the print starting position to the beginning of the line.
•This command has no effect on the line feed amount set by the "ESC 2" command or the "ESC 3" command.
50