Brother HL-Series Technical Reference Manual page 207

Hide thumbs Also See for HL-Series:
Table of Contents

Advertisement

Revision C 16/01/96
Line feed
LF
Ÿ
The LF control code (ASCII code 10) moves the current print position down one line, using
the current line space setting.
Ÿ
This code does not cause a carriage return to be performed.
Ÿ
If the print position is such that this operation would move it below the bottom margin, the
current page is ejected and the print position is moved to the top of the next page instead.
Form feed
FF
Ÿ
The FF control code (ASCII code 12) ejects the current page and moves the current print
position to the top of the next page, unless the current page is blank.
Ÿ
This code does not cause a carriage return to be performed, hence the print position does not
change horizontally.
Ÿ
If the current page is blank this control code has no effect.
LPRINT CHR$(12);
Set inter-character space
EscSPn
Ÿ
This command allows you to set the space between successive characters.
Ÿ
n is the space between characters in multiples of 1/120".
Ÿ
n must be in the range 0 to 127.
LPRINT CHR$(27); CHR$(32); CHR$(5); 'Set 1/24" char space
(10)
<0Ah>
(12)
<0Ch>
'Form feed
(27)(32)n <1Bh><20h>n
Chapter 5 " EPSON FX-850 " - 8

Advertisement

Table of Contents
loading

Table of Contents