CONFIDENTIAL

Paper roll Mechanism control commands ESC m

Ver. 10.0 1 p. 371

Program example for ESC i and ESC m
TM-U220
This printer may make “dot displacement” after autocutting. It is recommended to feed
approximately 2.116 mm or more for printing the next line to prevent “dot displacement after
cutting.”
Since the TM-U220D is not equipped with an autocutter, this command is ignored by the
TM-U220D.
The setting is partial cut (one point is left) when the printer is shipped.
The distance from print head to autocutter is about 27 mm {1.06 inches} in the TM-U220A and
TM-U220B.
Program Example Print Sample
PRINT #1," AAAAA";
PRINT #1,CHR$(&H1B);"d";CHR$(5);
PRINT #1,CHR$(&H1B);"m"; Cut paper
PRINT #1," BBBBB";
PRINT #1,CHR$(&H1B);"d";CHR$(5);
PRINT #1,CHR$(&H1B);"i"; Cut paper
AAAAA
ESC m leaves paper joined in three places.
ESC i leaves paper joined in one place.
BBBBB