Printer User Manual
Table Of Contents
- FRONT MATTER
- TABLE OF CONTENTS
- INTRODUCTION
- CHAP 1-SETTING UP THE PRINTER
- CHAP 2-PAPER HANDLING
- CHAP 3-USING THE PRINTER
- CHAP 4-USING SOFTWARE AND GRAPHICS
- Using the LQ-2550 With Application Programs
- Computer-Printer Communication
- Enhancing Your Printing
- Graphics
- User-Defined Characters
- Designing Your Characters
- Design Grids
- Data Numbers
- Sending Information to Your Printer
- Printing User-Defined Characters
- Copying ROM Characters to RAM
- Letter Quality Characters
- Proportional Mode Characters
- Superscripts and Subscripts
- The Graphics Command
- Column Reservation Numbers
- A simple Graphics Program
- Using Hand-Calculated Data to Print Graphics
- Using Software and Graphics
- Mixing Print Styles
- CHAP 5-MAINTENANCE AND TRANSPORTATION
- CHAP 6-TROUBLESHOOTING
- Troubleshooting
- Problems and Solutions
- The Printer Does Not Print
- The Printer Stops Printing
- The Printout is Spaced Incorrectly
- The Printout is Faint or Uneven
- The Printout is Not what You Expect
- Single Sheets Do Not Feed Properly
- Continuous Paper Does Not Feed Properly
- Cut Sheet Feeder Does Not Load Paper Correctly
- The Short Tear-Off Feature Does Not Work Properly
- Color Printing Is Not What You Expect
- Data Dump Mode
- CHAP 7-USING PRINTER OPTIONS
- CHAP 8-COMMAND SUMMARY
- APPENDIX A-TECHNICAL SPECIFICATIONS
- GLOSSARY
- INDEX

the character. By varying the width of the character itself and the spaces
around it, you can create proportional-width characters that print at
draft speed.
The table below shows the maximum values for these bytes.
The last part of the character definition is the actual data that defines the
dot patterns for each character. Since it takes three bytes to specify the
dots in
one
vertical column of dots, your printer expects
dl
x 3
bytes of
data to follow
dz.
An example character definition program should make this clear:
10 LPRINT
CHR$(27)"x0"
20 LPRINT
CHR$(27)"&"CHR$(0);
30
LPRINT
"@@";
40 LPRINT
CHR$(l)CHR$(9)CHR$(l);
50
FOR
I=1
TO 27
60 READ A: LPRINT
CHR$(A);
70
NEXT I
80 LPRINT
"@@@@@"
90 LPRINT
CHR$(27)"%"CHR$(l);
100 LPRINT
"@@@@@"
110 LPRINT
CHR$(27)"%"CHR$(0);
120 LPRINT
"@@@@@"
130
END
140
DATA
1,0,0,2,0,0,4,0,0
150 DATA
8,0,0,23,255,240,8,0,0
160
DATA
4,0,0~,0,0,~0,0
In line 10, the ESC x0 command selects draft style printing.
4-28
Using Software and Graphics