Operator's Guide 295
Example
The following shows the command necessary to cause the printer to print
an x-shaped graphics pattern:
33 18 12 12 18 33 pin fire data
+66 63 63 63 63 66 offset
96 80 75 75 81 96 data byte, decimal
d1 – d6 Q K Q K data byte, ASCII
REM PRINT X-SHAPED PATTERN USING
REM 200 DOTS/INCH DENSITY GRAPHICS
LPRINT CHR$(27);"P2q`QKKQ`";CHR$(27);"\";