Brother Laser Printer HL1660e User Manual

Page 278

Advertising
background image

2001/10/02

CHAPTER 6 EPSON - 15

Select 7/72" line spacing

Esc1

(27)(49)

<1Bh><31h>

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 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".

Select n/72" line spacing

EscAn

(27)(65)n

<1Bh><41h>n

This command sets the line spacing to n/72". All subsequent line feed operations will move the print
position n/72" down the page.

Since the printer’s resolution is 600 dots per inch the line spacing will not be exactly n/72".

n must be in the range 1 to 85.

If n is outside the range 1 to 85 the default line spacing, 1/6" is selected.

LPRINT CHR$(27); CHR$(65); CHR$(10); 'Set line spacing of 10/72".

Select n/216" line spacing

Esc3n

(27)(51)n

<1Bh><33h>n

This command sets the line spacing to n/216". All subsequent line feed operations will move the print
position n/216" down the page.

Since the printer’s resolution is 600 dots per inch the line spacing will not be exactly n/216".

n must be in the range 1 to 255.

LPRINT CHR$(27); CHR$(51); CHR$(25); 'Select line spacing of 25/216".

Perform n/216" line feed

EscJn

(27)(74)n

<1Bh><4Ah>n

This command performs a single line feed, moving the print position down the page by n/216".

This command does not perform a carriage return.

The current line spacing setting is not affected.

n must be in the range 0 to 255.

The actual vertical distance moved may not be exactly the distance you specify due to the printer’s
600 dots per inch resolution.

LPRINT CHR$(27); CHR$(74); CHR$(54); '1/4" line feed

Perform n/216" reverse line feed

Escjn

(27)(106)n

<1Bh><6Ah>n

This command performs a single reverse line feed, moving the print position up the page by n/216".

This command does not perform a carriage return.

The current line spacing setting is not affected.

n must be in the range 0 to 255.

The actual vertical distance moved may not be exactly the distance you specify due to the printer’s
600 dots per inch resolution.

LPRINT CHR$(27); CHR$(106); CHR$(108); '1/2" line feed

Advertising