5525B/31/32 Line Matrix Printer Code V Programmer's Reference Manual
84
Chapter 2 Command Codes
Comments Some host systems automatically generate forms control codes
such as CR or LF after a specific number of characters. These
host generated forms control codes could prematurely terminate
the graphics command sequence. The Free Format command
allows the Code V to accept incoming data as one continuous
stream even though the data stream may include host generated
forms control codes.
Free Format is available when the Code V is in the Graphics
Mode. When enabled, the Code V recognizes only the Free
Format terminator commands (Table 12) for forms control until
the Free Format is disabled. If the Graphics Mode is disabled,
Free Format command is automatically disabled. You can use
the Free Format command in repeated forms.
NOTE: Free Format commands may be used in the normal Graphics Mode
even though Free Format is not enabled. However, when the Free
Format command
is
enabled, the only valid terminators are the Free
Format commands; others are ignored.
Example The following command enables and disables Free Format in the
Graphics Mode.
^PN^-^F^-
data
^O^-PN^-
Table 12. Free Format Terminator Commands
Command Meaning
^* Line Feed (LF)
^, Form Feed (FF)
^- Carriage Return (CR)
^+ Vertical Tab (VT)
^> EVFU Start Load
^? EVFU End Load
^0-9 EVFU Channels 1-10
^: EVFU Channel 11
^; EVFU Channel 12
^< EVFU Channel 13
^= EVFU Channel 14