5525B/31/32 Line Matrix Printer LinePrinter Plus Programmer's Reference

38
Chapter 2 Configuring the P-Series Emulation with Control Codes
Expanded Print (Double Wide), One Line Only
ASCII Code SFCC k
Hex Code SFCC 6B
Dec Code SFCC 107
Purpose Selects expanded (double wide) print for one line only.
Discussion This expanded print control code is a line-by-line print attribute;
when the SFCC k control code is received, the current line is
printed double wide and then automatically reset.
This control code can be reset by a paper motion control code
(LF, VT, CR, etc.), SFCC @ (printer reset), CAN or SFCC W
(double wide print).
Example The following sample illustrates Expanded Print for one line only.
Another example of expanded printing is shown for Expanded
(Double Wide) Print, SFCC W.
Expanded Print (Double Wide), Set/Reset
ASCII Code SFCC W
n
Hex Code SFCC 57
n
Dec Code SFCC 87
n
Purpose Selects or resets expanded (double wide) print.
where
n
= SOH (hex 01) or 1 (hex 31) selects expanded print.
n
= NUL (hex 00) or 0 (hex 30) resets expanded print.
Discussion When expanded print using SFCC W is received, all characters
will be printed double wide until reset by the expanded print reset
control code or a printer reset.
Example The following sample illustrates expanded character printing and
expanded character printing reset.