User`s manual
8–13IBM Proprinter Emulation
Bit Image Mode, Normal Density
ASCII Code ESC K n1 n2
Hex Code 1B 4B
Dec Code 27 75 n1 n2
Expression CHR$(27);”K”;CHR$(n1);CHR$(n2);”DATA”
Purpose Selects Single (Normal) Density Bit Image graphics.
where n1 + 256 n2 define the number of data bytes to follow.
DATA = ASCII characters for the dot pattern bytes.
Discussion For more information, see “Graphics,” page 8–5.
This code can occur at any place in the datastream and is acted upon
immediately.
Example The following example produces a pattern of Single Density Bit Image
graphics. The 9 data bit pattern is repeated 27 times. Compare this
example to the double density and quadruple density examples.
Depending on the host computer system, it may be necessary to include a
width statement in the BASIC program.