— 129 —
ESC RS
[Function]
Sound buzzer
[Code]
<1B>H<1E>H
[Outline]
Sound the buzzer for 200 ms.
[Caution]
This command is buffered before execution.
[Sample Program]
LPRINT CHR$(&H1B);CHR$(&H1E);
[Execution Result]
The buzzer sounds for approx. 200 ms.