Brother HL-Series Technical Reference Manual page 242

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

Advertisement

Revision C 16/01/96
Escape
ESC
Ÿ
The ESC control code (ASCII 27) marks the start of an escape sequence.
LPRINT CHR$(27);
Space
SP
Ÿ
The SP control code (ASCII 32) moves the current print position one space to the right.
LPRINT CHR$(32);
Backspace
BS
Ÿ
The BS control code (ASCII 8) moves the current print position one space to the left.
LPRINT CHR$(8);
Line feed
LF
Ÿ
The LF control code (ASCII 10) moves the current print position down one line.
LPRINT CHR$(10);
Form feed
FF
Ÿ
The FF control code (ASCII 12) ejects the current page (unless it is blank) and moves the
current print position to the top of the next page.
Ÿ
If the current page is blank this control code has no effect.
LPRINT CHR$(12);
(27)
<1Bh>
(32)
<20h>
(08)
<08h>
(10)
<0Ah>
(12)
<0Ch>
Chapter 6 " IBM Proprinter XL " - 6

Advertisement

Table of Contents
loading

Table of Contents