is it possible to control beep sound of scanner?

3.4k views Asked by At

Hi Im C# Developer and i have 2d scanner (Honeywell Solaris 7980g) with serial port communication .

My Application scan the QRCode and as a time scanner scan the code , by default scanner play beep sound .

i want to play beep sound after checking code in my server.

i have test these two solutions :

1 : notify user by show my validation on my form by custom color (ex:red)
2: notify user by play error sound in my app

but i want to control scanner sound to play beep after my validation, any idea?

is it possible to control beep sound of scanner ?

thanks .

1

There are 1 answers

3
Marc Balmer On BEST ANSWER

Set the scanner to "Beep on BEL Character" by sending the command BELBEP1. After this command, when the scanner receives a BEL character (hex 07), it will beep.