C O N F I D E N T I A L
Paper roll
Character commands ESC E
Ver. 4.0
p. 1107
ESC E
[Name]
Turn emphasized mode on/off
[Format]
ASCII
ESC
E
n
Hex
1B
45
n
Decimal
27
69
n
[Range]
0
≤
n
≤ 25
5
[Default]
n
= 0
[Printers not featuring this command]
TM-U300A/B
[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]
■
The emphasized mode is effective for all characters (except for HRI characters).
■
This command and bit 3 of
ESC !
turn on and off emphasized mode in the same way.
[Model-dependent variations] None
Program Example for all printers
Print Sample
PRINT #1, CHR$(&H1B);"E";CHR$(1);
←
Select
AAAAA
←
Emphasized
PRINT #1, "AAAAA"; CHR$(&HA);
BBBBB
←
Normal
PRINT #1, CHR$(&H1B);"E";CHR$(0);
←
Cancel
PRINT #1, "BBBBB"; CHR$(&HA);