
2009/06/29
CHAPTER 7 IBM PROPRINTER - 8
5. COMMANDS
5.1. Basic Printer Operation
The most common printer operations are described in this section. Most are invoked using control codes.
For the sake of completeness the instructions which HL Series printers ignore are included.
Null
NUL
(0)
<0h>
NUL
(ASCII 0) is ignored.
Bell
BEL
(07)
<07h>
BEL
(ASCII 7) is ignored.
Escape
ESC
(27)
<1Bh>
The
ESC
control code (ASCII 27) marks the start of an escape sequence.
LPRINT CHR$(27);
Space
SP
(32)
<20h>
The
SP
control code (ASCII 32) moves the current print position one space to the right.
LPRINT CHR$(32);
Backspace
BS
(08)
<08h>
The
BS
control code (ASCII 8) moves the current print position one space to the left.
LPRINT CHR$(8);
Line feed
LF
(10)
<0Ah>
The
LF
control code (ASCII 10) moves the current print position down one line.
LPRINT CHR$(10);
Form feed
FF
(12)
<0Ch>
•
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);
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);
Summary of Contents for HL-2600CN Series
Page 4: ......
Page 15: ...2009 06 29 CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION ...
Page 20: ...2009 06 29 CHAPTER 1 INTRODUCTION 6 ...
Page 21: ...7 17 2009 CHAPTER 2 PCL 1 CHAPTER 2 PCL PRINTER CONTROL LANGUAGE ...
Page 129: ...2009 06 29 CHAPTER 3 PCL5C 1 CHAPTER 3 PCL5C ...
Page 147: ...2009 06 29 CHAPTER 4 HP GL 2 1 CHAPTER 4 HP GL 2 GRAPHICS LANGUAGE ...
Page 200: ...2009 06 29 CHAPTER 4 HP GL 2 54 ...
Page 201: ...2009 06 29 CHAPTER 5 PJL 1 CHAPTER 5 PJL PRINTER JOB LANGUAGE ...
Page 276: ...2009 06 29 CHAPTER 6 EPSON 1 CHAPTER 6 EPSON FX 850 ...
Page 304: ...2009 06 29 CHAPTER 7 IBM PROPRINTER 1 CHAPTER 7 IBM PROPRINTER XL ...
Page 325: ...2009 06 29 CHAPTER 7 IBM PROPRINTER 22 ...
Page 326: ...2009 06 29 CHAPTER 8 BAR CODE CONTROL 1 CHAPTER 8 BAR CODE CONTROL ...
Page 337: ...2009 06 29 CHAPTER 9 HP GL 1 CHAPTER 9 HP GL GRAPHICS LANGUAGE ...
Page 364: ...2009 06 29 CHAPTER 9 HP GL 28 ...
Page 365: ...2009 06 29 CARBON COPY FUNCTION 1 CHAPTER 10 CARBON COPY FUNCTION ...
Page 373: ...2009 06 29 APPENDIX A COMPARISON LIST 1 APPENDIX A COMPARISON LIST ...
Page 475: ...2009 06 29 APPENDIX C HBP MODE COMMANDS 14 ...
Page 485: ...2009 06 29 APPENDIX D REFERENCE LIST OF MX 2000 4000 5000 7000 SERIES UNIQUE COMMANDS 10 ...