I'm using C#.net Xamarin in Visual Studio 2015 to create a series of layouts and activities for a Zebra MC92N0 mobile computer running Android KitKat. Everything works fine so far, using DataWedge to acquire the scan data.
The scanner is being used in a warehouse environment to do a physical inventory. Scenario: When a user scans a bin location, then proceeds to scan the items in the bin, the user needs to be alerted when/if an item is in the bin that shouldn't be located there. Displaying an error on the screen is no problem, but the users are typically not looking at their screen while they're scanning a handful of items so I need an audible alert to sound off.
Anyone have any experience with these devices and producing the beeps?