CONFIDENTIAL
Paper roll Character commands ESC t
Ver. 10.0 1 p. 137
[Model-dependent variations] TM-J2000/J2100, TM-T90, TM-L90, TM-P60, TM-L60II, TM-U300A/B, TM-U230,
TM-T88III, TM-U210, TM-U220.
TM-J2000/J2100
Page 255 is able to be edited by <Function 7> ~ <Function 10> of GS ( E. When the printer is
shipped, the page is a space page.
TM-T90
Page 255 is able to be edited by <Function 7> ~ <Function 10> of GS ( E. When the printer is
shipped, the page is a space page.
TM-L90
Page 255 is able to be edited by <Function 7> ~ <Function 10> of GS ( E. When the printer is
shipped, the page is a space page.
Program Example for all printers Print Sample
PRINT #1, CHR$(&H1B);"t";CHR$(0); Select page 0
GOSUB printing
PRINT #1, CHR$(&H1B);"t";CHR$(1); Select page 1
GOSUB printing
END
printing:
FOR i=&H20 TO &H7F
PRINT #1, CHR$(i);
NEXT i
PRINT #1, CHR$(&HA);
FOR i=&H80 TO &HFF
PRINT #1, CHR$(i);
NEXT i
PRINT #1, CHR$(&HA);
RETURN
Page 0
Page 1