Brother HL-Series Technical Reference Manual page 246

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

Advertisement

Revision C 16/01/96
Set perforation skip
EscNn
Ÿ
This command sets the bottom margin and enables perforation skip, that is, whenever the
print position reaches the bottom margin the printer performs a page eject and moves the print
position to the top of the next page.
Ÿ
n = the number of lines at the current line space setting between the bottom edge of the page
and the bottom margin.
Ÿ
n must be in the range 1 to 255.
Ÿ
Esc C (set page length) and Esc O(Cancel perforation skip) cancel automatic perforation
skip.
Ÿ
If the bottom margin is set to be above the top margin, the top margin is discarded and one
line is enabled for printing.
LPRINT CHR$(27); CHR$(78); CHR$(4); 'Set bottom margin to 4 lines.
Cancel perforation skip
EscO
Ÿ
This command cancels the automatic perforation skip feature.
LPRINT CHR$(27); CHR$(79); 'Cancel perforation skip.
Line spacing and tabs
Set 1/8" line spacing
Esc0
Ÿ
This command sets the line spacing to 1/8". All subsequent line feed operations will move the
print position 1/8" down the page.
LPRINT CHR$(27); CHR$(48); 'Set line spacing to 1/8".
Set 7/72" line spacing
Esc1
Ÿ
This command sets the line spacing to 7/72". All subsequent line feed operations will move
the print position 7/72" down the page.
Ÿ
Since the printer's resolution is 600 dots per inch the line spacing will not be exactly 7/72".
LPRINT CHR$(27); CHR$(49); 'Set line spacing to 7/72".
(27)(78)n
<1Bh><4Eh>n
(27)(79)
<1Bh><4Fh>
(27)(48)
<1Bh><30h>
(27)(48)
<1Bh><31h>
Chapter 6 " IBM Proprinter XL " - 10

Advertisement

Table of Contents
loading

Table of Contents