![Epson ESC/POS TM-L60II Technical Information Download Page 406](http://html.mh-extra.com/html/epson/esc-pos-tm-l60ii/esc-pos-tm-l60ii_technical-information_109143406.webp)
C O N F I D E N T I A L
Paper roll
Miscellaneous commands GS P
Ver. 4.0
p. 1343
■
In page mode, the following commands use
x
or
y
, when the starting position is set to the
upper left or lower right of the printing area using
ESC T
.
•
Commands using
x
:
ESC SP, ESC $, ESC W,
and
ESC \
•
Commands using
y:
ESC 3, ESC J, ESC W, GS $, GS A, GS V,
and
GS \
■
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 printing area using
ESC T
.
•
Commands using
x:
ESC 3, ESC J, ESC W, GS $,
and
GS \
•
Commands using
y:
ESC SP, ESC $, ESC W, ESC \, GS A
and
GS V
■
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]
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);