![Epson ESC/POS TM-L60II Technical Information Download Page 114](http://html.mh-extra.com/html/epson/esc-pos-tm-l60ii/esc-pos-tm-l60ii_technical-information_109143114.webp)
C O N F I D E N T I A L
Paper roll
Print commands ESC FF
Ver. 4.0
p. 1051
[Model-dependent variations]
None
Program Example for all printers
Print Sample
PRINT #1, CHR$(&H1B);"L";
←
Select page mode
PRINT #1, CHR$(&H1D);"P";CHR$(180);CHR$(180);
PRINT #1, CHR$(&H1B);"W";CHR$(0);CHR$(0);CHR$(0);
CHR$(0);CHR$(120);CHR$(0);CHR$(170);CHR$(0);
PRINT #1, CHR$(&H1B);"T";CHR$(0);
←
Select print direction
PRINT #1, "AAAAA"; CHR$(&HA);
←
Store characters for printing
PRINT #1, "BBBBB"; CHR$(&HA);
←
Store characters for printing
PRINT #1, "CCCCC"; CHR$(&H1B);CHR$(&HC);
←
Batch print
PRINT #1, CHR$(&HC);
←
Batch print and return to standard mode
AAAAA
BBBBB
CCCCC
AAAAA
BBBBB
CCCCC