Graphics Functions; Eight-Pin Graphics Modes - Intermec 6820 Series User Manual

80-column printer
Hide thumbs Also See for 6820 Series:
Table of Contents

Advertisement

Chapter
5
Control Code Definitions

Graphics Functions

88
For character values from 128 to 255 (80h–FFh):
S When the default SBCS codepage is selected, the FX-86e Epson Char-
acter Graphics set is printed.
S When other SBCS codepages are selected, the corresponding character is
printed.

Eight-Pin Graphics Modes

All 8-pin graphics functions require parameters, n1 and n2, which repre-
sent the length of the graphics string that follows the Select Graphics Mode
command, and are calculated as follows (assuming a temporary variable n):
n = total number of graphics dots needed for the graphic string
n2 = integer of (n divided by 256)
n1 = remainder of the n2 calculation
The simplest calculation, is to divide n (total number of dots needed for
the graphics string) by 256. Then n2 is the quotient (the whole number)
and n1 is the remainder. If you require less than 256 dots (columns), then
n1 indicates the number of dots and n2 is set to zero.
Select Graphics Mode
The graphic mode, represented by the variable m (Graphics Modes table) is
enabled. The total number of dot columns to print is represented by n1
and n2 (see parameter descriptions above). Any graphic string that exceeds
the length of the print line is discarded.
Format
Decimal
27 42 m n1 n2
Reassign Graphics Mode
Graphic modes (shown in table below) can be changed with this function.
Format
Decimal
27 63 s n
where s is one of the "K," "I," "Y," or "Z" characters and n is one of the
0–7 modes as shown in the following Graphics Mode table.
Graphics Modes
Mode
Single-density
Low Speed Double-density
Hex
1B 2A m n1 n2
Hex
1B 3F s n
m Dots per Inch / Dots per 8" Line
0
60 dots per inch, 480 dots per 8 inch line
1
120 dots per inch, 960 dots per 8" line
6820 Series 80-Column Printer User's Manual
ASCII
ESC "*" m n1 n2
ASCII
ESC "?" s n

Advertisement

Table of Contents
loading

Table of Contents