Specifications

1-46 Command Descriptions Rev. A
ESC L
[Name] Select page mode
[Format] ASCII ESC L
Hex 1B 4C
Decimal 27 76
ESC L switches from standard mode to page mode. This command is enabled only when input at the
beginning of a line in standard mode; it has no effect in page mode. Standard mode is selected as the
default. When FF or ESC @ is entered in page mode, the printer returns to standard mode.
DLE ENQ n
[Name] Real-time request to printer
[Format] ASCII DLE ENQ n
Hex 10 05 n
Decimal 16 5 n
[Range] 1 n 3
Program Example Print Sample
PRINT #1, CHR$(&H1B);"L";Select page mode AAAAA
PRINT #1, CHR$(&H1B);"W";CHR$(0);CHR$(0);CHR$(0);
CHR$(0);CHR$(50);CHR$(0);CHR$(50);CHR$(0);
BBBBB
CCCCC
PRINT #1, CHR$(&H1B);"T";CHR$(0);
PRINT #1, "AAAAA"; CHR$(&HA);Store chara cters for printing
PRINT #1, "BBBBB"; CHR$(&HA);Store chara cters for printing
PRINT #1, "CCCCC"; CHR$(&HC);Batch print
PRINT #1, " CCCCC"; CHR$(&HA);
PRINT #1, CHR$(&H1B);"=";CHR$(2);
PRINT #1, "AAAAA";
PRINT #1, CHR$(&H1B);"=";CHR$(1);
PRINT #1, " BBBBB";
PRINT #1, CHR$(&H1B);"=";CHR$(3);
AAAAA_
AAAAA_
AAAAA CCCCC_
Display SampleProgram Example
Selects on ly th e pri nter
Selects bo th th e pri nter and
the custom er di splay
Print Sample
BBBBB CCCCC
Customer d ispla y
selected
Printer se lecte d
Both printer and
customer d ispla y
selected