CONFIDENTIAL
Paper roll Character commands ESC SP Ver. 10.0 1 p. 104
Settings of this command are effective until ESC @ is executed, the printer is reset, or the power is turned
off.
It is used to change the spacing between characters.
[Model-dependent variations] TM-J2000/J2100, TM-T90, TM-T88III, TM-L90, TM-L60II, TM-P60, TM-U230,
TM-U220, TM-U210, TM-U300A/B
TM-J2000/J2100
The vertical or horizontal motion unit is specified by GS P.
TM-T90
The vertical or horizontal motion unit is specified by GS P.
TM-T88III
The vertical or horizontal motion unit is specified by GS P.
TM-L90
The vertical or horizontal motion unit is specified by GS P.
TM-L60II
The vertical or horizontal motion unit is specified by GS P.
Program Example for all printers Print Sample
PRINT #1, CHR$(&H1D);"P";CHR$(180);CHR$(180);
PRINT #1, CHR$(&H1B);" ";CHR$(0); Character spacing set to 0
PRINT #1, "AAAAA"; CHR$(&HA);
PRINT #1, CHR$(&H1B);" ";CHR$(6);Character spacing set to 6
PRINT #1, "BBBBB"; CHR$(&HA);
PRINT #1, CHR$(&H1B);" ";CHR$(12); Character spacing set to 12
PRINT #1, "CCCCC"; CHR$(&HA);
AAAAA 0-inch character spacing
BBBBB 6/180-inch character spacing
CCCCC 12/180-inch character spacing