Specifications
CONFIDENTIAL
Paper roll Miscellaneous commands ESC =
Ver. 10.05 p. 411
• The selection of peripherals after ESC @ is executed is shown in the next table.
• (*1) When the setting of ESC = is (n = 2), n is not changed because ESC @ is not executed.
• In the model not equipped with the switch of the parallel interface specification and the connection of
DM-D (customer display), the settings are the same as when the switch in the above table is off.
[Model-dependent variations] TM-J2000/J2100, TM-T90, TM-T88IV, TM-T70, TM-L90, TM-P60, TM-U230,
TM-U220
TM-J2000/J2100
The memory switch which selects the connection of DM-D (customer display) is Msw 1-6.
TM-T90, TM-T88IV, TM-T70, TM-L90, TM-P60, TM-U230, TM-U220
There is no memory switch to select the connection of a DM-D (customer display).
n
Setting when
power supply is
turned on
When the switch of the [DM-D (customer display) connection] is turned off 1
When the switch of the [DM-D (customer display) connection] is turned on 2
Setting immediately before execution of ESC @ (*1) 1 2 3
Setting after
ESC @ is executed
When the switch of the [DM-D (customer display) connection] is turned off 1 2 1
When the switch of the [DM-D (customer display) connection] is turned on 1 2 2
Program Example for all printers Print Sample
AAAAA CCCCC
PRINT #1, CHR$(&H1B);"=";CHR$(1); ← Printer enabled
PRINT #1, "AAAAA";
PRINT #1, CHR$(&H1B);"=";CHR$(2); ← Printer disabled
PRINT #1, "BBBBB";
PRINT #1, CHR$(&H1B);"=";CHR$(3);← Pinter enabled
PRINT #1, " CCCCC"; CHR$(&HA);