Dear community,
For Xamarin Android development we're already using the NuGet package Zebra.Printer.SDK, but now we also want to migrate from LinkOS_Xamarin_SDK to Zebra.Printer.SDK on Xamarin.iOS. I mostly figured out what to change in the code, apart from one C# property that is missing. Before, the class MfiBtPrinterConnection had a property TimeToWaitAfterWriteInMilliseconds that we used to set a time to wait of 50 milliseconds. This property was used as a workaround from slow printing on iOS using Zebra printers. Setting the property was recommended by Zebra support in 2014 (yes, long ago). Unfortunately I couldn't find a reference to the support ticket anymore.
The new class BluetoothConnection doesn't have the property anymore.
Now the question: Is the property still necessary, or has the Zebra.Printer.SDK another way to specify the time to wait?
Thanks!
Kind regards,
Michael
0 Replies