
Commands
10
LF
Line Feed.
ASCII Code LF
Hexadecimal Value 0A
Decimal Value 10
This is a terminator code; it therefore causes the current contents of the print buffer to be
printed out before advancing the paper by one line at the current vertical spacing. If no data
precedes the LF code, or if the preceding data consists of spaces, the code causes only a line feed.
When the line counter reaches the last line of the form (defined by software or function menu),
the LF code causes a skip to the first line of the next form. This code cancels the double width
printing set by the SO code. In IBM mode, the column counter is set to the first column if the
automatic carriage return is selected. In EPSON mode, the column is always set to the first
column.