CONFIDENTIAL
Paper roll Print position commands ESC D
Ver. 10.01 p. 172
■ Horizontal tab position settings are effective until ESC @ is executed, the printer is reset, or the power is
turned off.
■ Print position can be changed by HT.
■ When the left margin setting is changed, the horizontal tab position is also changed.
[Model-dependent variations] TM-U210
Program example for HT and ESC D
TM-U210
This command is effective only when the receive buffer capacity is 40 bytes (when DIP switch 1-2
is ON).
Program Example Print Sample
PRINT #1, "0123456789012345678901234567890123456";
PRINT #1, CHR$(&HA);
FOR i=1 TO 4
PRINT #1, CHR$(&H9); "H"; ← Execute HT
NEXT i : PRINT #1, CHR$(&HA);
PRINT #1, CHR$(&H1B);"D";CHR$(10);CHR$(20);
PRINT #1, CHR$(30);CHR$(0); ← Set HT positions
FOR i=1 TO 4
PRINT #1, CHR$(&H9); "H"; ← Execute HT
NEXT i : PRINT #1, CHR$(&HA);
0123456789012345678901234567890123456
HHHH
HHHH
↑↑↑
8162432
Tab
position
10
Default
→
Tab
position
30
Tab
position
20