Forum topic
I expected that if I attempted to write to a printer without paper in it (e.g. it just ran out of paper), that I would get an error from the write command. In the below code, no error is logged.…
Forum topic
link-os SDK for iOS 1.4.957 Zebra iMZ220   I am currently using ZebraPrinterConnection's write:error to print receipts.   Is there a different approach that would inform me when the receipt…
Forum topic
Hey folks,   I am currently developing an app for one of our customers. The app is ready for serious testing but whilst building our ProGuard Configuration will not return a ready state. ":[…
Forum topic
I have connected to the printer and can print text fine, using an OutputStream, as below:           btOutputStream.write("Test Text".getBytes());   How…
Forum topic
Hi,   I'm attempting to connect to a ZD500 running LinkOS over WebSockets. We've followed the Configuring a WebSocket End Point Guide.   We've successfully now have the printer …
Forum topic
Hi,   I am currently working on a project where I have to connect a TC56 terminal under Android 6.0 to a Zebra ZQ520 (ZPL) Link-OS printer in Bluetooth. I made a program on Android Studio 2.3,…
Forum topic
I am working with an iMZ320 printer using ZPL language. For some reason when I try to create a wrap for my printer object - ZebraPrinterLinkOs linkOsPrinter = ZebraPrinterFactory.createLinkOsPrinter(…
Forum topic
Hi there, awe are creating an app and would like to know what SDK to use with the GK420d printer, is Link OS the correct approach or just sending the printer Raw ZPL? Kind regards Connor
Forum topic
Hi, I am trying to use Link-OS SDK Xamarin to create connection to ZD 500 printer by Wifi. It works perfectly on Android. But when I test iOS project with a iPod (ios version 9.3), it is not working…
Forum topic
So this is a bit more of an open ended question,  but I have a java interface I've written that generates vector images (which are how I render labels so as to avoid text blurring), in a .svg…