Specifications

CONFIDENTIAL
Paper roll Print position commands ESC D
Ver. 10.05 p. 155
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] None
Program example for HT and ESC D
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