Specifications

Confidential
EPSON
TITLE
SHEET
REVISION
NO.
SHEET
NEXT
D
TM-U230
Specification
(STANDARD)
95 94
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
[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.
[Details] Only the lowest bit of n is enabled.
The printer does not emphasize bit-images.
This command and ESC ! turn emphasized mode on and off in the same way. The last
received command becomes effective.
Printer output is the same in double-strike (ESC G) and in emphasized.
This command affects the alphanumeric and Kanji character printing.
[Notes] 2-pass printing is slower in emphasized mode.
[Default] n = 0
[Reference] ESC !, ESC G
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.
[Details] Only the lowest bit of n is enabled.
[Notes] The printer does not double-strike bit-images.
Printer output is the same in double-strike and in emphasized (ESC E).
This command affects the alphanumeric and Kanji character printing.
2-pass printing is slower in double-strike mode.
[Default] n = 0
[Reference] ESC E