beautypg.com

Brother Laser Printer HL1660e User Manual

Page 274

background image

2001/10/02

CHAPTER 6 EPSON - 11

Set data MSB to 1

Esc>

(27)(62)

<1Bh><3Eh>

This command enables you to set the most significant bit of incoming data bytes to 1.

This command does not affect data comprising a graphics image or data that defines a downloadable
character.

LPRINT CHR$(27); CHR$(62); 'Set MSB to 1

Cancel MSB setting

Esc#

(27)(35)

<1Bh><23h>

This command cancels the two commands that set the most significant bit of incoming data bytes (Esc =
and Esc >).

LPRINT CHR$(27); CHR$(35); 'Cancel MSB setting

Select Near Letter Quality or Draft

Escxn

(27)(120)n

<1Bh><78h>n

The printer ignores this command.

Select / cancel half speed mode

Escsn

(27)(115)n

<1Bh><73h>n

The printer ignores this command.

Enable printer

DC1

(17)

<11h>

The printer ignores this command.

Disable printer

DC3

(19)

<13h>

The printer ignores this command.

Initialize printer

Esc@

(27)(64)

<1Bh><40h>

This command resets the printer.

All remaining data is printed out and the printer default settings are restored.

LPRINT CHR$(27); CHR$(64); 'Printer reset

Reset printer / change emulation mode

EscCR

(27)(13)mode

<1Bh><0Dh>mode

This command enables you to switch emulation mode or to reset the printer.

Change emulation mode by setting mode to the appropriate letter or pair of letters. Set mode to ‘D’ to
switch to Diablo mode, ‘H’ to switch to LaserJet mode, ‘I’ to switch to IBM Proprinter XL mode, 'AB'
to switch to BR-Script Batch mode, 'AI' to switch BR-Script Interactive mode, 'GL' to switch to HP-GL
mode.

If you set mode to ‘E’ in Epson FX-850 mode , a printer reset is performed.

If you set mode to ‘FD’, to reset the printer to its factory default settings, LaserJet mode (the factory
default emulation mode) is selected and the LaserJet factory default environment is restored. For a list
of the factory default settings see the sub-section “Factory default environment” in Chapter 2 "PCL"
of this manual.

On receiving this command the printer prints any remaining data and performs a page eject (unless the
current page is blank). The newly selected emulation mode’s default settings come into effect, except
when mode is set to ‘FD’.

LPRINT CHR$(27); CHR$(13); CHR$(73); 'Change to IBM Proprinter mode