46
Chapter
2
Configuring The LQ-1600K Emulation With Control Codes
Graphics, Standard Density
ASCII Code
ESC K
n1 n2 d1 d2...dk
Hex Code
1B 4B
n1 n2 d1 d2...dk
Dec Code
27 75
n1 n2 d1 d2...dk
Purpose
Selects normal density bit image graphics of 60 dpi horizontally
and 72 dpi vertically.
Expression
CHR$(27);“K”;CHR$(
n1
);CHR$(
n2
);“
DATA
”
Where:
n1
= 0 through 255
n2
= 0 through 31
n1
+ (256 x
n2
) defines the number of data bytes to follow.
d1 d2...dk
= ASCII characters for the dot pattern bytes.
NOTE:
d1 d2...dk (DATA
) consists of 8-bit dot columns, with the MSB at the
top and “1” bits producing dots. (0 < =
d
< = 255)
Example
The following example produces a pattern of standard density
bit image graphics. The 9 data-bit pattern is repeated 27 times.
Compare this example to the double density and quadruple
density examples.
Содержание LQ-1600K
Страница 1: ...LQ 1600K Programmer s Reference Manual InfoPrint 6500 Line Matrix Printers G550 1006 01...
Страница 2: ......
Страница 3: ...LQ1600 K Programmer s Reference Manual InfoPrint 6500 Line Matrix Printers G550 1006 01...
Страница 10: ...10 Chapter 1 Software Features...
Страница 90: ...90 Appendix A...
Страница 98: ...98 Appendix C Bit Image Graphics...
Страница 120: ...120 Communication Statements...
Страница 126: ...126...
Страница 127: ......
Страница 128: ...Printed in U S A G550 1006 01 07G550100601...