SECTION 9 " Extended Commands
VT220/ANSI Terminal Emulation Programmer’s Reference Guide 9-9
Examples of Transmit and Receive
Extended command characters can be started by an APC
sequence and ended by an ST sequence, or started by a
space and ended by a “#” character.
APC and ST Sequences
When control character sequences for APC and ST start
and end data, all the data is on Line 1. A “#” character is
before the sequence for ST at the end of the line. Control
character sequences are not displayed, which results in a
faster transmission rate. Also, the cursor position is not
lost.
The following example shows data started and ended by
control character sequences. Sequences are prefixed by the
notation “ ^ ” which represents “control.”
Column 2 Column 23Column 11
^9F#F4N8100000500A0102bb10This is data to send send.#^9C
Space and “#” Character
The following example shows a space as the start of the
data and a “#” character as the end. The data is on two li-
nes. A “b” indicates a space.
b#F4N8100000500A0102bb10
This is data to send.#
Column 1 Column 23
Line 1
Line 2
Column 11