CONFIDENTIAL

Paper roll Character commands ESC G

Ver. 10.0 1 p. 123

ESC G SETTING COMMAND
[Name] Turn double-strike mode on/off
[Format] ASCII ESC G
n
Hex 1B 47
n
Decimal 27 71
n
[Range] 0
n
255
[Default]
n
= 0
[Printers not featuring this command] TM-P60
[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] The double-strike mode is effective for alphanumeric, Kana, multilingual, and user-defined characters.
[Model-dependent variations] TM-U300A/B, TM-U210, TM-U220, TM-U230
TM-U300A/B
This command is available on the Japanese Kanji model.
TM-U210, TM-U220, TM-U230
Print speed is slow when double-strike mode on because this printer prints with 2 passes in this
mode.
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);
Character commands