Forum topic
On windows, I want to get ZT411 printer status, such as paper out、paper jam、 etc. 1、I use windows API, such as GetPrinter, I only can get offline status , can not get any others status, always return…
Forum topic
On windows, I want to get ZT411 printer status, such as paper out、paper jam、 etc. 1、I use windows API, such as GetPrinter, I only can get offline status , can not get any others status, always return…
Forum topic
The API documentation (Zebra RFID SDK for Windows Overview) is outdated and sample app crashes, and doesn't compile from the source code (Windows.Desktop.DemoApp.Src_v3.0.23.zip) Environment: Windows…
Forum topic
The API documentation (Zebra RFID SDK for Windows Overview) is outdated and sample app crashes, and doesn't compile from the source code (Windows.Desktop.DemoApp.Src_v3.0.23.zip) Environment: Windows…
Forum topic
I'm using winspool from the JNA package to obtain PRINTER_INFO_2. For a KR203 printer, I get back status information correctly. For a KR403 printer, the same code always gets back a status of 0.…
Forum topic
I'm using winspool from the JNA package to obtain PRINTER_INFO_2. For a KR203 printer, I get back status information correctly. For a KR403 printer, the same code always gets back a status of 0.…
Forum topic
Logging into the developer portal and navigating to https://developer.zebra.com/my-devices throws a page not found error. I'm trying to add a device but have been unsuccessful for 3 days now.
Forum topic
We have a Zebra ZXP series 7 printer connected via usb to our application on Windows 10 and it works fine if it is the only printer connected. If we have another printer (normal paper printer)…
Forum topic
Hi, This is my first time to work with Zebra printer SDK, I need some help now. My goal is to detect if my USB Zebra printer is online or not and if the status is ready to print, very basic…
Forum topic
What i try to do is to merge an XML file with data and a ZPL file template (created with Zebra Designer for developers) to create a ready-to-print file (or directly print it). I was using XMLPrinter…