Owner`s manual

SendDisplay (deprecated)
Parameters: termID, line, position, prompt
Function: Provided for backward compatibility. Use SendDisplayColor for new applications
ClearScreen
Parameters: termID
Function: This instructs the ActiveTerminal to clear its display. Must be followed by an "Input"
method call to take effect.
ClearLine
Parameters: termID, 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.
SendDateColor
Parameters: termID, line, FG, BG
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. FG and BG are ForeGround
and BackGround color, see table above for key.
SendDate (deprecated)
Parameters: termID, line
Function: Provided for backward compatibility. Use SendDateColor for new applications
Beep
Parameters: termID, 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.
PlayVoice
Parameters: termID, msgnum
Function: This instructs the ActiveTerminal 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.
ReInit
Parameters: termID
Function: This instructs the ActiveTerminal to re-initialize. Must be followed by an "Input"
method call to take effect.
ReInitAll
Parameters: none
Function: Instructs all attached terminals to re-initialize.
OutputRaw
Parameters: termID, data
Function: This allows you to override all of WD7802Term’s Input methods (or any other method,
for that matter) and send whatever data you want to the Active Terminal. This is most
87