Xamarin Forms and MC3330XR

F FULVIO MURATORE 1 year 9 months ago
108 1 0

I have to develop a Xamarin Forms application for the Zebra MC3330XR model. I managed with some modifications to get the "Hello RFID" example working which uses the "XamarinZebraRFID.dll". Now I would like to include barcode reading in the same application, preferably using the same DLL. In the program I set "Reader.Config.SetTriggerMode(ENUM_TRIGGER_MODE.BarcodeMode, true)" and in fact the barcode reader is activated but I don't know how to set the event code that returns the read barcode and I can't find any example about it. I thought about using DataWedge or EMDK but I didn't find examples with Xamarin Forms only with Xamarin Android.

Please Register or Login to post a reply

1 Replies

F Francesc Casarramona

In Xamarin I did it this way to enable the barcode scanner events:

scannerModel.BarcodeEvent += BarcodeEvent;

scannerModel.ScannerConnectionEvent += ScannerConnectionEvent;

 

Hope this helps

CONTACT
Can’t find what you’re looking for?