
Revision C 16/01/96
Chapter 5 " EPSON FX-850 " - 7
5. Commands
5.1 Basic printer operations
The most common printer operations are described in this section. Some are invoked using
control codes alone - the rest require escape sequences. For the sake of completeness, several
instructions which are part of the Epson FX-850 mode instruction sets, but which an HL Series
printer ignores are included.
Null
NUL
(0)
<00h>
NUL (ASCII code 0) is ignored.
Bell
BEL
(7)
<07h>
BEL (ASCII code 7) is ignored.
Space
SP
(32)
<20h>
The SP control code (ASCII code 32) moves the current print position one space to the right.
LPRINT CHR$(32); 'Print a space
Backspace
BS
(08)
<08h>
The BS control code (ASCII code 8) moves the current print position one space to the left.
This code is only effective when used with left justification, which is the default justification
mode.
LPRINT CHR$(8); 'Backspace
Carriage return
CR
(13)
<0Dh>
The CR control code (ASCII 13) moves the print position to the left margin on the current
line.
If automatic line feed is on, this code moves the current print position to the left margin on the
next line. You can turn on automatic line feed using the control panel switches.
LPRINT CHR$(13); 'Carriage return
Содержание HL- SERIES
Страница 13: ...Revision A 16 01 96 Chapter 1 Introduction ...
Страница 16: ...Revision C 16 01 96 Chapter 2 PCL 1 Chapter 2 PCL ...
Страница 123: ...Revision C 16 01 96 Chapter 2 PCL 3 W width raster area 78 Y y offset raster 79 ...
Страница 124: ...Revision C 16 01 96 Chapter 3 PJL 1 Chapter 3 PJL Printer Job Language ...
Страница 180: ...Revision C 16 01 96 Chapter 4 Diablo 630 1 Chapter 4 Diablo 630 ...
Страница 200: ...Revision C 16 01 96 Chapter 5 EPSON FX 850 1 Chapter 5 EPSON FX 850 ...
Страница 237: ...Revision C 16 01 96 Chapter 6 IBM Proprinter XL 1 Chapter 6 IBM Proprinter XL ...
Страница 259: ...Revision C 16 01 96 Chapter 7 Bar Codes Control 1 Chapter 7 Bar Code Control ...
Страница 267: ...Revision C 16 01 96 Chapter 8 HP GL2 1 CHAPTER 8 HP GL 2 Graphics Language ...
Страница 280: ...Revision C 16 01 96 Chapter 8 HP GL2 14 220 END Sample 21 ...
Страница 328: ...Revision C 16 01 96 Chapter 9 HP GL 1 CHAPTER 9 HP GL Graphics Language ...
Страница 332: ...Revision C 16 01 96 Chapter 9 HP GL 5 1 3 2 Printing Area a b d c a b c d mm A4 4 5 5 5 Letter 6 5 5 5 Legal 6 5 5 5 ...
Страница 342: ...Revision C 16 01 96 Chapter 9 HP GL 15 Sample 68 ...
Страница 387: ...Revision C 16 01 96 APPENDIX A COMPALISON LIST 24 RESOLUTION 300 600 300 600 300 600 ...