Epson LX-90TM User Manual page 78

Printer interface cartridge for parallel interface systems
Hide thumbs Also See for LX-90TM:
Table of Contents

Advertisement

In BASIC you can use either decimal or hexadecimal numbers, and
if there is a single letter in the second ASCII code column, you can use
that letter in quotation marks instead of the number below it. For
example, the format section for the right margin command is as fol-
lows:
ASCII code:
Decimal:
Hexadecimal:
In BASIC you can send the command to set the right margin to 60 in
three ways:
Decimal :
Hex:
Decimal with quotes:
ESCape sequences that require a 0 or 1 with a letter, such as ESC
'Wl" to turn on expanded, can use either the ASCII code or the
numeral in quotation marks for the 0 or 1. For example, in BASIC
you can turn on expanded with either of the formats below:
LPRINT CHR$(27);"Wl"
c-2
ESC
Q
27
81
1B
51
LPRINT CHR$(27);CHR$(81);CHR$(60)
LPRINT CHR$(&HlB);CHR$(&H51);CHR$(&H3C)
LPRINT CHR$(27);"Q";CHR$(60)
or
LPRINT CHR$(27);"W";CHR$(1)
(n)
( n )
(n)

Advertisement

Table of Contents
loading

This manual is also suitable for:

Lx-90

Table of Contents