Forum topic
Hi, I am trying to download SDK from here https://www.zebra.com/us/en/products/software/barcode-printers/link-os/… but it is not working, browser says, that final file not exists? Thx for help
Forum topic
Hi! Downloaded and built your latest examples(with multiplatform SDK).  - TC25BJ cant find ZD410 printer via bluetooth. Switching to Printer Setup - it's working(finding - OK) EDITED: I've tried…
Forum topic
Hello, I am planning to purchase a KR403 printer and connect it to an Allen Bradley CompactLogix L30ER using RS-232. I will be using RSLogix 5000 software and was wondering if anyone has any…
Forum topic
Hi , i tested the demo code GitHub - Zebra/LinkOS-PC-Samples at ZSDK_DevDemos_Java   to detect zebra zxp serie 3 (on usb mode) , but its' not detected, it displays OS not supported when no…
Forum topic
0down votefavorit I'm using since two years now Zebra printer type imz320 and I have a problem with it. I received my new labels with black marks, between each black mark there is 24cm of height. I…
Forum topic
I downloaded the emulator and the printer driver sees it and connects. But the ZxpSampleCode project says "Could not open connection to printer " Trying to use ethernet. I'm on Windows 10, and…
Forum topic
We have 2 set of zpl streams being passed to a printer. We have a data matrix barcode with hexadeciaml value and we have not used any encoding to print same but we are sending another set of ZPL…
Forum topic
I am developing a JAVA application to print labels to a Zebra ZD620d printer.  Where can I download the SDK and the documentation? Some samples would also be great Thank you, Jeff
Forum topic
I have found a code to generate zpl string for an image in java. However, when I am executing this java code it is giving me zpl string which is nothing but black image. Code is Java Code import…
Forum topic
hello ! i have made a simple android printing service  . i from android printing manager i convert the pdf  => image and then i print it with printer1.printImage(new ZebraImageAndroid(…