Esc ^—select 9-pin graphics mode, Esc *—select graphics mode, Esc ^ — select 9-pin graphics mode – Intermec PK80 User Manual

Page 75: Esc * — select graphics mode, Hexadecimal format

Advertising
background image

Graphics Printing

Appendix

C

63

PK80 Series 80-Column Printer User’s Manual

ESC ^ — Select 9-Pin Graphics Mode

This control code sequence enables 9-pin graphics. The variable m defines
the density of the print where 0 equals single density and 1 equals double
density. Since this is 9-pin graphics, two data bytes must represent each
dot column to print. The total number of dot columns to print is repre-
sented by n1 and n2, which indicates the length of the graphic string di-
vided by 2 that immediately follows. The length of the graphic string di-
vided by 2 must equal n1 + ( n2 * 256). Graphic string data that exceeds
the length of the print line is discarded. The maximum number of col-
umns to print in this mode is 480 for single-density graphics and 960 for
double-density graphics. Ensure adjacent dots in a given dot row are not
printed in double-density graphics design.

Hexadecimal Format

1b 5e m n1 n2

ESC * — Select Graphics Mode

This control code sequence enables the graphic mode represented by the
variable m as shown in the table below. The total number of dot columns
to print is represented by n1 and n2, which indicates the length of the
graphic string that immediately follows. The length of the graphic string
must be equal n1 + ( n2 * 256 ). Graphic string data that exceeds the
length of the print line is discarded.

Hexadecimal Format

1b 2a m n1 n2

Graphics Mode

Mode

m

Dots per Inch

Print Speed

Number of Passes

Single-density

0

60

200

1 (unidirectional)

Double-density

1

120

150

1 (unidirectional)

High-speed double-density *

2

120

200

1 (unidirectional)

Quadruple-density *

3

240

70

2 (unidirectional)

CRT I

4

80

150

1 (unidirectional)

Single-density plotter

5

72

150

1 (unidirectional)

CRT II

6

90

70

2

Double-density plotter *

7

144

70

2

* Note: Adjacent dots, in a given row, cannot print in this mode.

Draft mode is single pass, bi-directional, and prints at the highest speed
because it never prints adjacent half dots.

Half dot modes must go slower.

Unidirectional modes can be fast or slow depending on dot adjacency.

High quality print modes are slower because they print adjacent dots.

Enhanced or double-strike modes require multiple passes.

Advertising