Forum topic
I want to develop a application where i can print QR code with zebra gt-800 printer. The programming language which i want to use is C#. My additional requirement is that i want to print the string…
Forum topic
Using a ZD620 printer we are attempting to programmatically print a label that has a 180 degree rotation. We are doing this via the .NET Framework, specifically via a PrintTicket object (PrintTicket…
Forum topic
I have to short ZPL codes 1st: ^XA ^FX 200dpi ^FWR ^~JSB ^CF0,100 ^FO190,125^FDxxxxxx%s^FS ^FO90,250^FD%s^FS ^CF0,90 ^FO00,250^FDPU%s^FS ^XZ This part is working fine 2nd ^XA ^FX 200dpi ^FWR ^~JSB ^…
Forum topic
i was found the ZPL menu "~HQSN" to get the serial number from the printer Can i through the .net Program to get this data ? i try "readprinter" method from Microsoft https://docs.microsoft.com/en-us…
Forum topic
Hi all, i develop a print server and client based on template. https://github.com/achauque/xPL-printserver
Forum topic
Dear Zebra We are testing Zebra DS2208 scanner and we are trying to use our own developed app which is currently working with few devices. As far, as we know our app written for UWP requires device…
Forum topic
I created an application that will monitor for statuses. what I did is I loop through PrinterStatus printerStatus = printer.GetCurrentStatus() . I noticed that the led light on the printer keeps…
Forum topic
I am trying to print a list of settings from my KR403 to my debug log like in the SDK Documentation example for the SettingsProvider Interface, but it is not working as far as I can tell.  I…
Forum topic
I am using the Zebra SDK with Java on Android.   I need to print an image as part of a receipt-type printout, but the only references I can find in the SDK documentation is for printing just an…
Forum topic
We are using two models; iMZ320 and MZ320. Only iMZ320 supports zpl. If the printer paired has zpl support We'd like to use some features of zpl like sending and printing an image.  …