CHAPTER 8 ESC/POS MODE (INTERFACE COMMANDS)
B-EP
Series
8-9
8.10.2
LINE FEED COMMAND
[LF]
Function
Prints data and inserts a line feed.
Format ASCII:
LF
Hex:
0Ah
Explanation
(1) If print data is received with the specified number of digits per line exceeded and no
line feed ([LF]), it will be printed with a line feed inserted automatically.
(2) If this command is received without print data, a line feed of a specified length will
be just inserted.
(3) Data that contains 4,096 bytes in a single line (up to [LF]) must not be transmitted.
If the number of bytes exceeds 4,096, the correct functioning of the printer will not
be guaranteed.
[Program
example]
fprintf( stdprn, "0123456789\n");
fputc(
'\n',
stdprn
);
/*
Line
feed
*/
fprintf( stdprn, "ABCDEFGH\n");
example]
0123156789
ABCDEFGH
Reference
30-dot Line Feed Length Set Command ([ESC] 2)
Minimum Dots for Line Feed Length Set Command ([ESC] 3)
←
Blank line