C O N F I D E N T I A L
Paper roll
Character commands ESC G
Ver. 4.0
p. 1108
ESC G
[Name]
Turn double-strike mode on/off
[Format]
ASCII
ESC
G
n
Hex
1B
47
n
Decimal
27
71
n
[Range]
0
≤
n
≤ 25
5
[Default]
n
= 0
[Printers not featuring this command]
TM-U300A/B
[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.
[Note]
■
The double-strike mode is effective for all characters (except for HRI characters).
[Model-dependent variations]
None
Program Example for all printers
Print Sample
PRINT #1, CHR$(&H1B);"G";CHR$(1);
←
Select
AAAAA
←
Double-strike
PRINT #1, "AAAAA"; CHR$(&HA);
BBBBB
←
Normal
PRINT #1, CHR$(&H1B);"G";CHR$(0);
←
Cancel
PRINT #1, "BBBBB"; CHR$(&HA);