CONFIDENTIAL

Paper roll Print commands LF

Ver. 10.0 1 p. 72

LF EXECUTING COMMAND
[Name] Print and line feed
[Format] ASCII LF
Hex 0A
Decimal 10
[Range] None
[Default] None
[Printers not featuring this command] None
[Description] Prints the data in the print buffer and feeds one line, based on the current line spacing.
[Notes] The amount of paper fed per line is based on the value set using the line spacing command (ESC 2 or
ESC 3).
After printing, the print position moves to the beginning of the line. When a left margin is set in standard
mode, the position of the left margin is the beginning of the line.
When this command is processed in page mode, only the print position moves, and the printer does not
perform actual printing.
[Model-dependent variations] TM-L90, TM-L60II
Program Example for all printers Print Sample
PRINT #1, "AAAAA"; CHR$(&HA); AAAAA
PRINT #1, "BBBBB"; CHR$(&HA); BBBBB
Print commands