5525B/31/32 Line Matrix Printer Code V Programmer's Reference Manual
Compressed Print
39
(cc)#0 The command to terminate compressed printing.
On a separate line, enter the SFCC for your Code V
configuration immediately followed by #0 to
terminate use of the compressed print font.
(cc)- Graphics Mode CR. Enter the SFCC for your Code
V configuration immediately followed by - to end the
command sequence.
Comments The Compressed Print command can be used any time the Code
V is in the Graphics Mode to select one of the compressed print
fonts.
The Compressed Print Off command must be on a separate line
from a Compressed Print On command.
Do not place compressed print and alphanumeric commands
from the Extended Graphics command set on the same print line.
All pass-through text data input after the Compressed Print On
command and before the Compressed Print Off command will
print in the selected compressed print font.
Examples #1: 12 cpi Half-Dot Compressed Print Font. The following
command generates the uppercase alphabet with numbers 0-9 in
the 12 cpi half-dot compressed print font. Compare this example
to the following 12 cpi full-dot example.
^PY^-
^#2^-ABCDEFGHIJKLMNOPQRSTUVWXYZ 0123456789^*
^#0^-
^PN^-
#2: 12 cpi Full-Dot Compressed Print Font. The following
command generates the uppercase alphabet with numbers 0-9 in
the 12 cpi full-dot compressed print font (compared to the
previous example using 12 cpi half-dot).
^PY^-
^#8^-ABCDEFGHIJKLMNOPQRSTUVWXYZ 0123456789^*
^#0^-
^PN^-
#3: 13.33 cpi Compressed Print Font. The following command
generates the uppercase alphabet with numbers 0-9 in the 13.33
cpi compressed print font.
^PY^-
^#3^-ABCDEFGHIJKLMNOPQRSTUVWXYZ 0123456789^*
^#0^-
^PN^-