Using the Command Summary
All three formats are equivalent, and it should be easy to pick
the one most suited to your purpose. For instance, a BASIC
programmer might refer to the first and second formats, a word
processor might
use
the second, and a machine code
programmer would use the third format. Variables are
represented by italicized letters such as n, nl, and m. The
valiables are explained in the comments section.
Note:
Some application programs can use control key
sequences to send commands to the printer. See the Control
Key chart on page 9-4 for more information.
The simplest type of command consists of sending a single
character to the printer. For instance, to print in condensed
mode, you send the code 15. The code format is:
ASCII code:
SI
Decimal:
15
H e x a d e c i m a l : O F
More complex commands consist of two or more character
codes. For example, to print in proportional mode the code
format is:
ASCII code:
ESC p n
Decimal:
27 112 n
Hexadecimal:
1B 70 n
In this case, n can be either 1 (ON) or 0 (OFF), to begin or end
proportional printing. To turn ON proportional printing from
BASIC, the command is:
LPRINT CHR$(27);CHR$(112);CHR$(l)
For the following commands that use only 0 or 1 for the
variable, either the ASCII codes 0 and 1 or the ASCII characters
0 and 1 can be used:
ESC U, ESC x, ESC p, ESC W, ESC S, ESC -,
ESC %, and ESC w.
Command Summary 9-3
Содержание SQ-2550
Страница 1: ...EPSON SQ 850 SQ 2550 24 NOZZLE INK JET PRINTER USER S GUIDE ...
Страница 3: ...EPSON S Q 8 5 0 2 5 5 0 User s Guide ...
Страница 25: ...3 Close the ink cartridge compartment cover Setting Up the Printer 1 13 ...
Страница 153: ...The Cut Sheet Feeder 5 6 Using Printer Options ...
Страница 181: ...Interface Boards 5 34 Using Printer Options ...
Страница 242: ...Printable area Storage condition T e m p e r a t u r e 2 Humidity 40 to 60 Technical Specifications 8 17 ...
Страница 287: ...Appendix Proportional Width Table A 2 Character Tables A 6 Appendix A l ...
Страница 293: ...Character Tables EPSON Extended Graphics Character Table Appendix A 7 ...
Страница 310: ......
Страница 312: ...Print Enhancement Word Processing ...
Страница 313: ......
Страница 315: ...USER S GUIDE Printed in Japan 89 07 4 ...