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

74
Chapter 3 Configuring the Proprinter III XL Emulation with Control Codes
Double Wide Print (One Line Only)
ASCII Code SO ESC SO
Hex Code 0E 1B 0E
Dec Code 14 27 14
Purpose Selects double wide print for one line only.
Discussion This expanded print command is a line-by-line print attribute;
when the SO or ESC SO command is received, the current line
will be printed double wide and automatically reset. This
command can be reset by a paper motion command (FF, LF,
VT, CR), by the DC4 (double wide cancel) code, CAN or ESC W
(double wide print).
Example The following sample illustrates Expanded Print for one line only.
Double Wide Print (One Line Only) Cancel
ASCII Code DC4 ESC DC4
Hex Code 14 1B 14
Dec Code 20 27 20
Purpose Cancels double wide print, if it was set by command SO.
Discussion The DC4 code cancels Double Wide Print command SO. If
Double Wide Print is not enabled, the DC4 code is ignored. A
DC4 code can occur at any place in the datastream and is acted
upon immediately.