49
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 bit-images.
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 double-strike (ESC G) and in emphasized.
[Default] n = 0
[Reference] ESC !, ESC G
50
ESC G n
[Name] Turn double-strike mode on/off
[Format] ASCII ESC G n
Hex 1B 47 n
Decimal 27 71 n
[Range] 0 n 255
[Description] Turns double-strike mode on or off.
When the LSB of n is 0, double-strike mode is turned off.
When the LSB of n is 1, double-strike mode is turned on.
[Notes] * Printing is slower in double-strike mode.
Only the lowest bit of n is enabled.
The printer does not double-strike for bit-images.
Printer output is the same in double-strike and in emphasized (ESC E).
[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.