'Declaration
Property TerminalSound As TerminalSoundOption
'Usage
Dim instance As ITerminal Dim value As TerminalSoundOption instance.TerminalSound = value value = instance.TerminalSound
TerminalSoundOption TerminalSound {get; set;}
'Declaration
Property TerminalSound As TerminalSoundOption
'Usage
Dim instance As ITerminal Dim value As TerminalSoundOption instance.TerminalSound = value value = instance.TerminalSound
TerminalSoundOption TerminalSound {get; set;}
You may lose some characters sent from the host if all the following are true:
You have the PC speaker driver installed under Windows.
You're connected serially (that is, through COM1, COM2, COM3, or COM4).
TerminalSound is set to a value other than Simple.
If you experience problems, set TerminalSound to Simple or DosBeep.