CONFIDENTIAL
Paper roll Character commands GS b
Ver. 10.01 p. 154
GS b
SETTING COMMAND
[Name] Turn smoothing mode on/off
[Format] ASCII GS b
n
Hex 1D 62
n
Decima 29 98
n
[Range] 0 ≤
n
≤ 255
[Default]
n
= 0
[Printers not featuring this command] TM-U220, TM-U230, TM-U210, TM-U300A/B
[Description] Turns smoothing mode on or off.
• When the LSB of
n
is 0, smoothing mode is turned off.
• When the LSB of
n
is 1, smoothing mode is turned on.
[Notes]
■ The smoothing mode is effective for quadruple-size or larger characters [alphanumeric, Kana, multilingual,
and user-defined characters.]
■ This command is effective until ESC @ is executed, the printer is reset, or the power is turned off.
[Model-dependent variations] None
Program Example for all printers Print Sample
AAAAA
PRINT #1, CHR$(&H1D);"!";CHR$(68); ← Select font size
PRINT #1, CHR$(&H1D);"b";CHR$(1); ← Select smoothing
PRINT #1, "AAAAA"; CHR$(&HA);
Character commands