Variables are represented by italicized letters such as n, n1, and
m.
The variables are explained in the comments section.
Note:
Some application programs use control key sequences. See
the Control Key Chart later in this chapter.
Examples
The simplest type of command consists of a single character to be
sent to the printer. For instance, to print in condensed mode, the
code format is:
ASCII code:
SI
Decimal:
15
Hexadecimal: OF
This code can be sent from a program by sending the code 15
directly.
More complex commands consist of two or more character codes.
For example, to print in double-wide mode, the code format is the
following:
ASCII code:
ESC W n
Decimal:
27 87 n
Hexadecimal: 1B 57 n
In this case n can be either 1 (on) or 0 (off), to begin
or
end double-
wide printing. You can use either of the following commands to
turn on double-wide print from BASIC:
LPRINT CHR$(27);CHR$(87);CHR$(1)
LPRINT CHR$(27);"W";CHR$(1)
For the following commands that use only 0 or 1 for the variable,
either the decimal or hexadecimal values 1 and 0 or the ASCII
characters 1 and 0 can be used:
ESC U, ESC x, ESC p, ESC W, ESC S, ESC-, ESC %, and ESC w.
9-4
Command Summary
Содержание LQ-860 - Impact Printer
Страница 1: ...User s Manual EPSON 4 0 0 8 1 2 3 6 0 1 0 3 ...
Страница 2: ...E P S O N L Q 8 6 0 User s Manual ...
Страница 157: ...3 Push the paper release lever all the way back to the single sheet position 5 20 Using the Printer Options ...
Страница 190: ...Chapter 6 Maintenance Cleaning the Printer 6 2 Replacing the Ribbon 6 4 Transporting the Printer 6 9 Maintenance 6 l ...
Страница 197: ...8 Close the printer cover and the paper guide cover 6 8 Maintenance ...
Страница 299: ...Appendix Proportional Width Table A 2 Character Tables A 6 A l ...
Страница 305: ......
Страница 322: ......
Страница 324: ......
Страница 325: ...EPSON AMERICA INC 2780 Lomita Boulevard Torrance California 90505 EPSON Printed in Japan 90 09 4 ...