Specifications
Rev. A Command Descriptions 1-7
TM–U375/U375P Information Manual
Line Spacing Commands
The TM-U375/U375P 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
effects the results of the LF and ESC d commands. The paper is advanced using the PAPER FEED
button.
Command Name
ESC 2 Select default line spacing
ESC 3 Set line spacing
ESC C Set cut sheet eject length
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 12 dots.
ESC 3 n sets the line spacing to [n × (vertical or horizontal motion unit)] inches. The default setting of
the paper feed amount is 1/6 inch (n=24). 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.
Program Example Print Sample
PRINT #1, CHR$(&H1D);"P";CHR$(160);CHR$(144);
PRINT #1, CHR$(&H1B);"c1";CHR$(1);← Select paper roll
FOR n=10 TO 60 STEP 10
PRINT #1, CHR$(&H1B);"3";CHR$(n);
PRINT #1, "AAAAA"; CHR$(&HA);
NEXT n
PRINT #1, CHR$(&H1B);"2";
PRINT #1, "BBBBB"; CHR$(&HA);
PRINT #1, "CCCCC"; CHR$(&HA);
CCCCC
AAAAA
AAAAA
AAAAA
AAAAA
AAAAA
AAAAA
BBBBB
10/144-inch (5-dot) line spacing
20/144-inch (10-dot) line spaci ng
30/144-inch (15-dot) line spaci ng
40/144-inch (20-dot) line spaci ng
50/144-inch (25-dot) line spaci ng
60/144-inch (30-dot) line spaci ng
1/6-inch (12-dot) line spacing