CONFIDENTIAL
Paper roll Miscellaneous commands GS P
Ver. 10.01 p. 471
■ In page mode, the following commands use
x
or
y
, when the starting position is set to the upper right or
lower left of the print area using ESC T.
• Commands using
x
: ESC 3, ESC J, ESC K, ESC W, GS $, and GS \
• Commands using
y
: ESC SP, ESC $, ESC W, ESC \, FS S, GS A and GS V
■ Setting of this command is effective until ESC @ is executed, the printer is reset, or the power is turned
off.
■ The calculated result from combining this command with others is truncated to the minimum value of the
mechanical pitch.
■ This command does not affect the current setting values.
[Model-dependent variations] TM-J2000/J2100, TM-T90, TM-T88III, TM-L60II, TM-L90
TM-J2000/J2100
The default values equal the normal dot pitch horizontally and 1/2 dot pitch vertically.
TM-T90
The default values equal the normal dot pitch horizontally and 1/2 dot pitch vertically.
Program Example for all printers Print Sample
PRINT #1, CHR$(&H1D);"P";CHR$(180);CHR$(180); AAAAA
PRINT #1, CHR$(&H1B);"3";CHR$(30);
←
Set line spacing BBBBB
PRINT #1, "AAAAA"; CHR$(&HA); CCCCC 30/180-inch line spacing
PRINT #1, "BBBBB"; CHR$(&HA);
PRINT #1, CHR$(&H1D);"P";CHR$(180);CHR$(90); DDDDD
PRINT #1, CHR$(&H1B);"3";CHR$(30); ←
Set line spacing 30/90-inch line spacing
PRINT #1, "CCCCC"; CHR$(&HA); EEEEE
PRINT #1, "DDDDD"; CHR$(&HA);
PRINT #1, "EEEEE"; CHR$(&HA);