Dual-Density Bit Image Graphics (Normal Speed)

Use this command to print dual-density bit images at 120 dpi horizontally and 72 dpi vertically.

Format ESC Y Ln Hn data

Decimal 27 89 Ln Hn data

Hex

1B 59 Ln Hn data

Usage Notes

Ln and Hn identify the number of bytes in data. To print less than 256 bytes:

Hn is 0.

Ln is the number of bytes you want to print. To print more than 256 bytes:

Divide the number of bytes you want to print by 256.

The result is Hn.

The remainder is Ln.

data is the bit-mapped graphics information.

High-Density Bit Image Graphics

Use this command to print high-density bit images at 240 dpi horizontally and 72 dpi vertically.

Format ESC Z Ln Hn data

Decimal 27 90 Ln Hn data

Hex

1B 5A Ln Hn data

Usage Notes

Ln and Hn identify the number of bytes in data. To print less than 256 bytes:

Hn is 0.

Ln is the number of bytes you want to print. To print more than 256 bytes:

Divide the number of bytes you want to print by 256.

The result is Hn.

The remainder is Ln.

data is the bit-mapped graphics information.

52

Section 3: IBM Emulation Mode Printer Commands

Page 52
Image 52
Lexmark 249X, 248X manual Dual-Density Bit Image Graphics Normal Speed, High-Density Bit Image Graphics