Denso BHT-400-CE Reference Manual page 85

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

Beeper control and LED control
This property is used to control the action of the beeper and indicator LED when a barcode has been
read successfully. This property also allows the vibrator to be controlled with beeper control.
Specify the parameters for read mode, beeper control, and LED control with no spaces in between.
Specify the parameters for read mode, beeper control, and LED control in this order.
Specify B for beeper control to select beeping only, vibrating only, or beeping & vibrating, based on the
setting specified at the BEEP/VIBRATOR menu in the System menu or the setting specified at the
Beep.Settings.Device system function.
Specifying L for indicator LED control will not turn on the indicator LED. Specify B to activate the beeper
(vibrator) when a barcode is successfully read.
[Ex.] Set the read mode to auto-off, turn the beeper notification ON, and turn the LED
notification ON.
[VB] MyScanner.RdMode = "FB"
[C#] MyScanner.RdMode = "FB";
Specify L to prevent the blue LED from turning ON when a barcode is successfully read.
[Ex.] Set the read mode to auto-off, turn the beeper notification ON, and turn the LED
notification OFF.
[VB] MyScanner.RdMode = "FL"
[C#] MyScanner.RdMode = "FL";
- 79 -

Advertisement

Table of Contents
loading

Table of Contents