DEVTALK Wednesday, December 13th 10 AM CDT - Integrating Zebra Printers with Windows Via the New Link-OS C# SDK
Dive into the new SDK update in our December DEVTALK ! We'll walk through code samples, best practices, tips and tricks and how to write apps for Windows desktop.
Presented by our Zebra Developer Team members: Robin West, Software Architect
Attached are the presentation and sample code created during the session.
Stacey Kruczek
8 Replies
Hola Omar,
Por favor, puedes seguir el link de abajo, ahi te damos una lista de 5 pasos para que rapidamente puedas desarrollar tus aplicaciones con nuestros SDKs y nuestras impresoras Link-OS
<a href></a>
Hi,
is there a link-os Status Channel on iOS ?
on Android i check the printer status via the status channel, before sending a job, like that:
<em>Connection btStatusConnection = new BluetoothStatusConnection(theBtMacAddress);</em>
<em>ZebraPrinter printer = ZebraPrinterFactory.getLinkOsPrinter(connection, PrinterLanguage.ZPL);</em>
<em>if (null == printer) {</em>
<em> printer = ZebraPrinterFactory.getInstance(PrinterLanguage.ZPL, connection);</em>
<em>}</em>
<em>PrinterStatus printerStatus = printer.getCurrentStatus();</em>
How can i achieve the same practice on iOS
thanks
Hi Steven,
Thanks for your help,
i am already using the connection channel to check the status before sending a job,
but for performance reasons (time & motion) i prefer using the status channel like with Android version, but, unfortunately it's not build on link-os iOS version.
Hopefully, it will be provided in the next versions of link-os for iOS platform
Hola, necesito saber como imprimir en una impresora zebra desde una aplicación windows form con C# y Visual Studio 2015
Saludos
Hi Everyone, I posted the sample code that goes with this video on Github as well:
<a href="https://github.com/Zebra/devtalks/tree/121317-LinkOS_CSharp">GitHub - Zebra/devtalks at 121317-LinkOS_CSharp</a>
Thanks - Robin
Hi Adel,
Unlike on Android, the Link-OS SDK only provides one Bluetooth channel on iOS. So both status and ZPL print on iOS share the same Bluetooth channel on iOS. There are some sample code <a href="/community/technologies/printers/label-printers/blog/2017/11/01/ios-11-bluetooth-disconnection-issues-with-zebra-printers#comment-3443">here</a> to illustrating how to check the status on iOS over the Bluetooth. The status checking part in the sample code is between the line 59 and the line 73.
Hola,
estoy intentando realizar la impresion desde una appa android a una impresora zebra wz320 no se si podria ayudarme