Owner`s manual

Software/Driver Installation
MultiModemISI Hybrid Series, ISIHI-2S/2U 55
Lines 9,10 Describes the physical pages on the terminal. The second
string on each line gives the escape sequence to be sent to
the terminal to switch to the appropriate physical page.
Line 11 Clear string to clear the screen.
Line 12 Specifies a 0.1 sec. (at least) wait in reading data before
checking for hot keys.
Each character in the escape sequence or hot key can be specified as an
ASCII character if it is printable. If not printable, it should be specified in
an octal format with leading 0s and preceded by a \. For example, an ASCII
escape character can be specified as \033.
Do not switch the screen while outputting; it can break the escape sequence
sent to the terminal. When there is more than one virtual screen, all outputs
from the inactive virtual screens are blocked. The virtual screen the user
currently is working on is the only active screen.
The fullest potential of Multi_View is realized on a multiscreen terminal.
However, Multi_View can be used on a dumb terminal that has only a single
page of memory. When there is only one page, the screen output is
unavoidably garbled from different virtual screen outputs.
Some important ASCII unprintable characters and their octal values are
listed below.
SOH (^a) \001 STX (^b) \002
ETX (^c) \003 EOT (^d) \004
ENQ (^e) \005 ACK (^f) \006
ESC (^[) \033 Newline (NL) \012
Carriage Return (CR) \015
Known limitations include:
No null characters are allowed in the hot keys.
No hot key can be a complete substring of another hot key.