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