Rev. A Command Descriptions 1-7
TM-T88/T88P (TM-T85/T85P) Information Manual
Line Spacing Commands
The TM-T88/T88P (TM-T85/T85P) supports the following commands for setting line spacing. These
commands only set the line spacing; they do not actually advance the paper. The line spacing can be
set independently in standard mode and in page mode. The line spacing set using these commands
affects the results of LF and ESC d and paper feeding by using the FEED button.
Command Name
ESC 2 Select default line spacing
ESC 3 Set line spacing
ESC 2
[Name] Select default line spacing
[Format] ASCII ESC 2
Hex 1B 32
Decimal 27 50
ESC 3 n
[Name] Set line spacing
[Format] ASCII ESC 3 n
Hex 1B 33 n
Decimal 27 51 n
[Range] 0 ≤ n ≤ 255
ESC 2 sets the line spacing to 1/6 inch. This is equivalent to 30 dots.
ESC 3 n sets the line spacing to n × (vertical or horizontal motion unit). The default setting of the
paper feed amount is 1/6 inch (n=60). The maximum line spacing amount is 40 inches. When
standard mode is selected, the vertical motion unit set by GS P is used. When page mode is selected,
the vertical or horizontal motion unit set by GS P is used for the print direction set by ESC T.
The line spacing can be set independently in standard mode and in page mode.
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