CONFIDENTIAL

Paper roll Mechanism control commands ESC <

Ver. 10.0 1 p. 367

ESC < EXECUTING COMMAND
[Name] Return home
[Format] ASCII ESC <
Hex 1B 3C
Decimal 27 60
[Range] None
[Default] None
[Printers not featuring this command] TM-T90, TM-T88III, TM-L90, TM-L60II, TM-P60
[Description] Moves the print head to the standby position.
[Notes] The standby position is different, depending on the printer model.
The command rechecks the standby position; therefore, the print position might be shifted before and
after checking the standby position.
[Model-dependent variations] TM-J2000/J2100, TM-U230, TM-U220, TM-U210, TM-U300A/B
TM-J2000/J2100
The standby position is on the right.
TM-U230
The standby position is on the left.
TM-U220, TM-U210
The standby position is on the left.
TM-U300A/B
The standby position is on the left.
Program Example for all printers
PRINT #1, CHR$(&H1B);"<";
Mechanism control commands