CHAPTER 8 ESC/POS MODE (INTERFACE COMMANDS)
B-EP
Series
8-45
8.10.29 PAPER FEED LENGTH SET COMMAND
[ESC] d
Function
Prints data and feeds paper over n lines. However, the specified number of lines that
paper is fed over is not stored.
Format [ESC]
d
Term
ASCII: ESC d
Hex: 1Bh 64h
[Parameter]
n: No. of lines that paper is fed over
0
≤
n
≤
255 (00h
≤
n
≤
FFh)
Explanation
(1) After this command is executed, the next print starting position is the beginning of a
line.
(2) There is no impact upon the line feed length defined by the feed length set
commands ([ESC] 2 or [ESC] 3).
(3) The value in the table below must be applied if n
×
line feed length exceeds it.
B-EP2DL-GHxx (203 dpi)
999 mm
B-EP4DL-GHxx (203 dpi)
999 mm
(4) The line feed length is 30 dots per line.
[Program example]
fprintf( stdprn, "11111\n");
fprintf( stdprn, "22222");
fprintf( stdprn, "\033d\x05");
/* 5-line feed */
fprintf( stdprn, "33333\n");
example]
11111
22222
33333
←
5-line feed