– 37 –
FUNCTION
Set 1/8-inch line feed
CODE
<ESC> “0”
(1B)H (30)H
OUTLINE
Line feed is set at 1/8-inch after this code is received.
FUNCTION
Feed paper n lines
CODE
<ESC> “a” n
(1B)H (52)H n
DEFINITION RANGE
1 n 127
OUTLINE
After data in the line buffer is printed out, feeds the paper
n lines.
7-3. Control Codes Used for Page Layout
FUNCTION
Page feed (form feed)
CODE
<FF>
(0C)H
OUTLINE
After data in the line buffer is printed out, feeds the paper to
the top of the next page.
FUNCTION
Set page length at n lines
CODE
<ESC> “C” n
(1B)H (43)H n
DEFINITION RANGE
1 n 255 (default value friction: n =33
Sprocket: n =42)
OUTLINE
Sets page length at n lines.
FUNCTION
Set page length at n inches
CODE
<ESC> “C” <0> n
(1B)H (43)H (00)H n
DEFINITION RANGE
1 n 127
OUTLINE
Sets page length at n inches.