![Epson ESC/POS TM-L60II Technical Information Download Page 166](http://html.mh-extra.com/html/epson/esc-pos-tm-l60ii/esc-pos-tm-l60ii_technical-information_109143166.webp)
C O N F I D E N T I A L
Paper roll
Character commands ESC –
Ver. 4.0
p. 1103
■
This command and bit 7 of
ESC !
turn on and off underline mode in the same way.
■
Some of the printer models support the 2-dot thick underline (
n
= 2 or 5).
[Model-dependent variations] None
Program Example for all printers
Print Sample
PRINT #1, CHR$(&H1B);"-";CHR$(1);
←
Select
AAAAA
←
Underline (1-dot thick) turned on
PRINT #1, "AAAAA"; CHR$(&HA);
BBBBB
←
Underline turned off
PRINT #1, CHR$(&H1B);"-";CHR$(0);
←
Cancel
PRINT #1, "BBBBB"; CHR$(&HA);