
I
Graphicscommands
Print normal-density 8-bit graphics
MODE | | ASCII | Decimal | Hexadecimal |
Both | <ESC> | “K” | nl | 27 75 nl | IB 4B | nl |
| n2 | ml | m2 | n2 ml m2 | n2 ml | m2 |
| . | | | . . | | |
Prints bit-image graphics at 60 dots per inch horizon- tally. The graphic image is 8 dots high and (r-d+ n2 x 256) dots wide. Maximum width is 8 inches (480 dots). ml, M2, ... are the dot data, each a 1-byte value from O to 255 representing 8 vertical dots, with the most signif- icant bit at the top and the least significant bit at the bottom. The number of data bytes must be nl + n2 x
256.Dots beyond the right margin are ignored. On com- pletion of bit-image printing the printer returns auto- matically to character mode.
Print double-density 8-bit graphics
MODE | | ASCII | Decimal | Hexadecimal |
Both | <ESC> | “L” | n~ | 27 76 nl | IB 4C nl |
| n2 | ml | m2 | n2 ml m2 | n2 ml m2 |
| | | | ... | ... |
Prints bit-image graphics at 120 dots per inch horizo- ntally(maximum 960 dots wide). See the <ESC> “K” com- mand for other information.
Print double-densit~ double-speed 8-bit graphics
MODE | | ASCII | Decimal | Hexadecimal |
Both | <ESC> | “Y” | nl | 27 89 nl | IB 59 nl |
| n2 | ml | m2 | n2 ml m2 | n2 ml m2 |
| ... | | | | |
Prints bit-image graphics at 120 dots per inch horizon- tally (maximum 960 dots wide), skipping every second dot in the horizontal direction. See the <ESC> “K” com- mand for other information.