CONFIDENTIAL

Paper roll Print position commands ESC \

Ver. 10.0 1 p. 180

Program example for ESC $ and ESC \
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.
TM-T88III
The vertical or horizontal motion unit is specified by GS P.
TM-L90
The vertical or horizontal motion unit is specified by GS P.
TM-L60II
The vertical or horizontal motion unit is specified by GS P.
Program Example Print Sample
PRINT #1, CHR$(&H1D);"P";CHR$(180);CHR$(180);
PRINT #1, "ABCD";
PRINT #1, CHR$(&H1B);"$";CHR$(90);CHR$(0); Set absolute position
PRINT #1, "EFGH"; CHR$(&HA);
PRINT #1, "ABCD";
PRINT #1, CHR$(&H1B);"\";CHR$(90);CHR$(0); Set relative position
PRINT #1, "EFGH"; CHR$(&HA);
ABCD EFGH
90/180 inch
90/180 inch
ABCD EFGH