I have a working project that connects to Zebra ZQ520 printers using the linkOS_Xamarin SDK (version 1.2). I would like to update this to use the newer Zebra.Printer.SDK (version 2.15.2634). Could someone point me to a simple example of connecting to a Zebra via Bluetooth using the newer SDK?
The two SDKs appear to have a much different class structure. At the moment I am stumped as how to even start the printer discovery. The following is used with LinkOS 1.2:
BluetoothDiscoverer.Current.FindPrinters(Android.App.Application.Context, handler); //where handler implements IDiscoveryHandler
How do you do this with Zebra.Printer.SDK 2.15.2634?
Thanks
Looking for bluetooth examples using Zebra.Printer.SDK 2.15.2634// Expert user has replied. |
1 Replies
There is a demos-xamarin project that comes with the Link-OS SDK release. It is in ../link_os_sdk/PC-.NET/v2.15.2634/demos-xamarin folder in the installation path. Check out this demo project. It should have the sample code on how to find and connect Bluetooth.