Top "Zebra-printers" questions

Zebra printers are generally thermal bar code label and receipt printers which can understand ZPL/ZPL2, EPL, CPCL, or KPL languages.

How do I force a serial port write method to wait for the line to clear before sending its data?

Here's some background on what I'm trying to do: Open a serial port from a mobile device to a Bluetooth …

c# windows-mobile bluetooth serial-port zebra-printers
Reading status from Zebra Printer

I'm working on a project where we need to use a Zebra Printer for barcode labels. We're using C#, and …

printing label barcode zebra-printers zpl-ii
How to manually define a variable in Zebra Programming Language? (ZPL)

I'm programming in ZPL and I need to define a variable manually. A simple Hello World Example: ^XA ^FO,20,10^ADN,40,25^…

zebra-printers zpl zpl-ii
Printing a graphic to a Zebra LP2844 with the GW EPL command?

I need to print an image that is being returned to me through a web service (the data is returned …

barcode zebra-printers epl barcode-printing
Print barcode with Zebra printer using Python

I am able to print a label using the below code with a Zebra printer but I am not able …

python-2.7 zebra-printers epl
Comment line in ZPL code

I want to comment lines in the ZPL code, for example: ^XA ^MMT ^LL0531 ^PW1280 ^LS0 ^FT81,528^A0B,29,28^FH\^…

zebra-printers zpl
Developing an utility for rendering ZPL code of Zebra printer (105 SL)

Possible Duplicate: Print preview ZPL II commands using .NET WinForm before sending it to Zebra printer I start developing an …

c# zebra-printers zpl
ZPL - Barcode Missing a digit when printed

I am trying to print a Code 128 barcode on a label using the following the piece of ZPL with a …

label barcode zebra-printers zpl barcode-printing
Copy text file to usb zebra printer

First time using ZPL, I was googling my question but nothing so far. I have downloaded the ZPL II programming …

windows printing zebra-printers zpl-ii
Printing multiple (different) labels in one ZPL commands

I have followig task: I am generating sequence of consecutive barcodes eg: 117-1, 117-2, 117-3, 117-4... I have to print …

printing zebra-printers zpl zpl-ii