7
49
Input Data Format

(1) Horizontal tab (HT)

Code: [09] h
Moves the printing position to the next horizontal tab position. The horizontal tab
position is set by ESC D. Initial horizontal tab positions are set at every eighth charac-
ter in Font A (9th, 17th, 25th and 33rd columns).

(2) Line feed (LF)

Code: [0A] h
Menu Setting: The operation differs according to the contents set by the CR operation.
In the case of CR + LF
If data exist in the print buffer, a line feed is executed after printing. If no data exist, a
line feed only is executed.
A LF code input immediately following a CR code is disregarded.
In the case of LF and in the case of Disregard
If data exist in the print buffer, a line feed is executed after printing. If no data exist, a
line feed only is executed.
A LF code input immediately following a CR code is disregarded.

(3) Print command (CR)

Code: [0D] h
Menu Setting: The operation differs according to the contents set by the CR operation.
In the case of + LF
If data exist in the print buffer, a line feed is executed after printing. If no data exist, a
line feed only is executed.
A CR code input immediately following a LF code is disregarded.
In the case of LF
If data exist in the print buffer, a line feed is executed after printing. If no data exist, a
line feed only is executed.
A CR code input immediately following a LF code is not disregarded.
In the Case of Disregard
This code is disregarded.
Input Data Format