Question

i'm using Symbol.Barcode2 to scan a picture on MC67 and there is a loud beep when i activate the barcode and when i scan. can these sounds can be muted and how? i've tried using the .Config.Scanner.StartBeepTime/ActivityBeepTime/etc. and nothing. i've tried to use .Config.Scanner.ActivityWaveFile/StartWaveFile/etc. to an empty file and still nothing. help please

Was it helpful?

Solution

Be sure to call

Barcode2.Config.Scanner.Set();

After you set the variables. It is possible you need to set DecodeBeepTime to 0 also.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top