
Revision C 16/01/96
Chapter 6 " IBM Proprinter XL " - 7
Carriage return
CR
(13)
<0Dh>
The CR control code (ASCII 13) moves the current 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.
LPRINT CHR$(13);
Automatic line feed
Esc5n
(27)(53)n
<1Bh><35h>n
When automatic line feed is ON, a line feed is automatically performed every time a carriage
return is sent to the printer.
To turn the automatic line feed function ON, set n to 1.
To turn the automatic line feed function OFF, set n to 0.
LPRINT CHR$(27); CHR$(53); CHR$(1); 'Turn auto line feed on
Enable printer
DC1
(17)
(11h>
The DC1 control code (ASCII 17) enables the printer to accept data for printing again after a
disable printer instruction.
LPRINT CHR$(17);
Disable printer
EscQ22
(27)(81)(50)(50)
<1Bh><51h><32h><32h>
or
EscQ3
(27)(81)(51)
<1Bh><51h><32h>
These two commands stop the printer from accepting any data for printing or any control
codes until it has received a DC1 code (enable printer).
The DC3 code (ASCII 19) is not recognized by the printer.
LPRINT CHR$(27); CHR$(81); CHR$(22); 'Disable printer
Содержание 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 ...