![Epson ESC/POS TM-L60II Technical Information Download Page 181](http://html.mh-extra.com/html/epson/esc-pos-tm-l60ii/esc-pos-tm-l60ii_technical-information_109143181.webp)
C O N F I D E N T I A L
Paper roll
Character commands ESC r
Ver. 4.0
p. 1118
[Model-dependent variations]
Program Example for all printers
Print Sample
PRINT #1, CHR$(&H1B);"r";CHR$(1);
←
Select red
AAAAA
←
Red
PRINT #1, "AAAAA";CHR$(&HA);
BBBBB
←
Black
PRINT #1, CHR$(&H1B);"r";CHR$(0);
←
Select black
PRINT #1,"BBBBB";CHR$(&HA);