CONFIDENTIAL
Paper roll Line spacing commands ESC 3
Ver. 10.0 1 p. 98
[Model-dependent variations] TM-J2000/J2100, TM-T90, TM-T88III, TM-L60II, TM-L90, TM-P60, TM-U230,
TM-U220, TM-U210, TM-U300A/B
Program example for ESC 2 and ESC 3
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.
In standard mode, if the character height is greater than the line spacing specified by this
command, the paper is fed the amount of the character height. For example, if a line spacing of
30 dots is specified with this command, but the characters used are double height Font A
(48 dots), the paper is fed 48 dots.
The amount of paper feed that the Japanese model can specify is up to 900 mm {35.4 inches}.
When an amount of paper feed exceeding the maximum value is specified, the maximum paper
feed is executed.
Program Example Print Sample
PRINT #1, CHR$(&H1D);"P";CHR$(180);CHR$(180);
FOR n=25 TO 50 STEP 5
PRINT #1, CHR$(&H1B);"3";CHR$(n); Set line spacing
PRINT #1, "AAAAA"; CHR$(&HA);
NEXT n
PRINT #1, CHR$(&H1B);"2"; Set the default
PRINT #1, "BBBBB"; CHR$(&HA);
PRINT #1, "CCCCC"; CHR$(&HA);
AAAAA
AAAAA
AAAAA
AAAAA
AAAAA
AAAAA
BBBBB
CCCCC
25/180-inch line spacing
30/180-inch line spacing
35/180-inch line spacing
40/180-inch line spacing
45/180-inch line spacing
50/180-inch line spacing
1/6-inch line spacing