Programming with Reflection
TerminalSound property
Syntax |
|
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) how beeps should sound in Reflection. All values except rcSimple and rcDosBeep take advantage of multimedia support in Windows and require a sound board or the PC speaker driver (Speaker.drv).
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 rcSimple.
If you experience problems, set TerminalSound to rcSimple or rcDosBeep.
The default value is rcSimple.
rcSimple Use this value if you don't have multimedia support.
rcDOSBeep Use this value if you don't have multimedia support and the beep produced by rcSimple is too quiet.
rcHP70092 Matches the beep sound of an HP 70092 (Reflection for HP only).
rcHP2392A Matches the beep sound of an HP 2392A (Reflection for HP only).
rcVT100 Matches the beep sound of a VT100 (Reflection for UNIX and OpenVMS and Reflection for ReGIS Graphics only).
rcVT220 Matches the beep sound of a VT220 (Reflection for UNIX and OpenVMS and Reflection for ReGIS Graphics only).