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
^…
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…
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…
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…
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…
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…
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.
…
Hi,
I have a Zebra Label printer (GT800) with label of 1.5" x 1" in side by side. I want to print 2 column bar code using ZPL what will be the correct code?
I am using the following page as a helper:
http://www.tharo.com/documents/tech582.htm
On that page the EPC is broken down into the bits that need to be passed to the printer in ZPL.…