Genicom GEK 00031B Programmer's Manual page 153

Genicom printer user manual
Table of Contents

Advertisement

ESC * m n1 n2
v1...vn
ESC ? s n
The emulation converts the values corresponding to n4 through n7
to the ones shown in parenthesis.
GEK-00029A
Select Graphics Mode: Selects graphics mode m (see table below) for
n1 + (n2 x 256) columns. The variables n1 and n2 represent the
number of data bytes to be sent that will be interpreted as graphics.
If the number of graphics columns to be printed causes printing to
exceed the right margin, all data beyond that margin will be ignored.
m
0
Single-density
1
Double-density
2
High-speed double-density
3
Quadruple-density
4
CRT I
5
Plotter (1:1)
6
CRT II
7
Double-density plotter
Decimal:
27 42 n1 n2 v1...vn
Hex:
1B 2A n1H n2H v1H...vnH
BASIC:
CHR$(27);"*";CHR$(m);CHR$(n1);CHR$(n2);
CHR$(v1);...;CHR$(vn);
Reassign Graphics Mode: Reassigns the dot density to the graphics
mode specified by ESC K, ESC L, ESC Y, or ESC Z.
s=K, L, Y, or Z
n=dot density (see values below)
n
0
1
2
3
4
5
6
7
Example:
Normally, when the printer receives the ESC L command, the dot
density is 120 dpi x 72 dpi vertical. By using this command, you can
reassign that density to 60 dpi horizontal x 72 dpi vertical by sending
the following:
CHR$(27);"?";"I";CHR$(0);
Graphics Mode
Horizontal
Vertical
dpi
60
120
120
240
80 (120)
72 (60)
90 (120)
144 (120)
NOTE
153
DPI
60
120
120
240
120
60
120
120
dpi
72
72
72
72
72
72
72
72
5000 Series Programmer's Manual

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

5000 series

Table of Contents

Save PDF