106
CipherLab BASIC Programming Part I
This section describes the command related to the vibrator. This function is currently
supported on 8300/8500 Series.
Note: For 8300 Series, the hardware version must be 4.
VIBRATOR 8300, 8200, 8400, 8500, 8700
Purpose To set the vibrator.
Syntax VIBRATOR(mode%)
Remarks “mode%” is an integer variable, indicating the state of the vibrator.
0
1
Vibrator off
Vibrator on
Once the vibrator is enabled by VIBRATOR(1), the mobile computer
vibrating until the vibrator is set off by VIBRATOR(0).
Example
VIBRATOR(1)
' turn on the vibrator