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 .
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.