6-19
OutputSerial
Parameters:
data
Function:
This instructs the
ActiveTerminal
to send data to the
terminal’s serial port. Data must be less than 231
characters in length for each call to
OutputSerial
.
SendDisplay
Parameters:
line, position, prompt
Function: This
instructs
the
ActiveTerminal
to display the
prompt at line and position. Must be followed by an
"
Input
" method call to take effect.
ClearScreen
Function: This
instructs
the
ActiveTerminal
to clear its
display. Must be followed by an "
Input
" method
call to take effect.
ClearLine
Parameters:
line
Function: This
instructs
the
ActiveTerminal
to clear the
specified line on its display. Must be followed by
an "
Input
" method call to take effect.
SendDate
Parameters:
line
Function: This
instructs
the
ActiveTerminal
to display date
and time on the specified line number. Must be
followed by an "
Input
" method call to take effect.
Beep
Parameters:
count
Function: This
instructs
the
ActiveTerminal
to beep count
times. Count may be a value from 1 to 9. Must be
followed by an "
Input
" method call to take effect.