User's Manual

Table Of Contents
6-26
OutputSerial
Parameters: basename, channel, terminal, data
Function: This instructs the terminal attached to client basename on
channel to send data to the terminal’s serial port. Data must
be less than 248 characters in length for each call to
OutputSerial. If you are sending data to a printer attached
to the terminal, make sure to set the Protocol parameter in
the RF Terminal to XON/XOFF. See the RF Terminal
Manual for details.
SendDisplay
Parameters: basename, channel, terminal, line, position, prompt
Function: This instructs the terminal attached to client basename on
channel to display the prompt at line and position. Must be
followed by an "Input" method call to take effect.
ClearScreen
Parameters: basename, channel, terminal
Function: This instructs the terminal attached to client basename on
channel to clear its display. Must be followed by an
"Input" method call to take effect.
ClearLine
Parameters: basename, channel, terminal, line
Function: This instructs the terminal attached to client basename on
channel to clear the specified line on its display. Must be
followed by an "Input" method call to take effect.
SendDate
Parameters: basename, channel, terminal, line
Function: This instructs the terminal attached to client basename on
channel to display date and time on the specified line
number. Must be followed by an "Input" method call
to take effect.
Beep
Parameters: basename, channel, terminal, count
Function: This instructs the terminal attached to client basename on
channel to beep count times. Count may be a value from 1
to 9. Must be followed by an "Input" method call to take
effect.
PlayVoice
Parameters: basename, channel, terminal, msgnum
Function: This instructs the terminal attached to client basename on
channel to play voice message number msgnum. Msgnum
may be a value from 1 to 99. Must be followed by an
"Input" method call to take effect.