Zebra printers are generally thermal bar code label and receipt printers which can understand ZPL, EPL, CPCL, or KPL languages
0
votes
0answers
7 views
How to set printable Height using ZPL II?
I need to support two sticker sizes (1.2 x .55 inch and 1.2 x 1 inch) using ZPL II and S4M 203dpi printer..
The sizes are listed as a drop down list , and users can choose what sticker is to be used. ...
0
votes
0answers
12 views
Linux Printer Enable Not Working [closed]
I have a network printer installed on a linux box (zlabit) and it was working okay a couple of months ago. It is pretty much only used for testing and development. Anyway, I have to test out some ...
0
votes
1answer
15 views
Zebra Printer Outputing HEX when trying to print a bitmap
I am using a Zebra iMZ320 printer, a windows mobile device, CPCL and vb.net.
I am trying to get the code to load a bitmap image and then to print this using CPCL
I have previoulsy had a similar ...
0
votes
1answer
14 views
Declaring/using variables with barcode in EPL
I am having some difficulty in using variables that I am declaring in a barcode statement using EPL (I have a zebra tlp 2844 printer).
Here is my code
N
q609
Q203,26
FK"GNLABEL"
FS"GNLABEL"
...
0
votes
1answer
50 views
Zebra ZXP series 8 Delphi API
Have anyone worked with Zebra ZXP printers ?
I need to access the printer from Delphi, Feed one card to Contact reader, do some stuff with the smart card, then access the contactless chip, again do ...
1
vote
1answer
29 views
How to print direct to zebra printer without setting it as a default printer using C#?
I'm new to programming.
I want to print direct to the Zebra Printer without setting the printer as a DEFAULT because I'm using one computer that is connected to many printers, and also bear in mind ...
1
vote
0answers
27 views
send ZPL raw data from linux to Windows shared printer in Java
I've Zebra ZM400 (300dpi) Label Printer which is connected on Windows PC via USB and I've shared that printer to everyone with \\WindowsIPAddress\\zd.
My Java is on Linux Redhat server and I've added ...
0
votes
0answers
26 views
Crystal always printing portrait
I recently updated a Crystal Report from an unknown version to v13. This report prints to a Zebra TLP2844 label printer using 6"x4" labels (6" long, 4" wide as they come out of the label printer). ...
0
votes
1answer
53 views
+100
Issue with sending prn files to printer : Printing is extremely slow
I am generating prn files for printer via php and sending them to the printer for print using
COPY filename.prn /B \\ComputerName\NetworkPrinterName
FYI this command is being executed manually.
...
0
votes
1answer
84 views
Sending commands directly to Zebra EPL
I am trying to send commands directly to a Zebra TLP2844 printer. I followed the suggestion made here and my final code came to be as follows:
var
cm: String;
p: TPrinter;
i: integer;
begin
p ...
5
votes
1answer
171 views
Sending data to USB printer in Delphi
How do I send text commands to a printer connected in the USB port using Delphi?
I have a Zebra TLP2844 printer and want to program a direct communication with it.
0
votes
2answers
82 views
Print Zebra ZM400 using Java
my printer is Zebra ZM400 label printer and it's connected to one of the pc (connected with USB) in the network.
I want to send the command to the label printer from my pc via network and print ...
2
votes
0answers
63 views
ZPL, Zebra OPOS, POS for .NET
I have ZPL code as follows:
^XA^CI27^LH0,0^BY2^FO250,50^B3N,N,25,N,N^FDU0772287 ^FS
^FO30,50^A0N,35,35^FD$9.99 ^FS
^FO200,80^A0N,25,25^FH^FDBatch 14657, Item 772287K, 2013-May-29 ^FS
...
0
votes
1answer
22 views
Convert Webform to MVC3/razor
I have this example for printing the form.This example developed using webforms.
I need to implement same example in mvc3/razor, can anybody give me idea to do it?
...
0
votes
2answers
31 views
Need to print the captured user signature in the specified position in java
We will capture the user signature through the tablet. (We are done that part)
Now we need to replace the captured signature with "$Signature" in the below content and send to printer.
"The content ...
0
votes
2answers
132 views
Communication with Zebra RFID Printer | C# .NET
We are developing an application which prints RFID labels using Zebra RZ400 RFID printer. Until now, we were sending ZPL commands by RawPrinterHelper class which makes call to winspool.drv.
However, ...
0
votes
0answers
56 views
jZebra - javascript rotate html
I have a html badge template and it needs to be rotated by 90 degrees to the right so I can print it with the jZebra applet. Tried adding css3 transform but it doesn't work.
Is there a way to do ...
0
votes
1answer
157 views
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 language pdf file, and try to print the first sample:
^XA
...
2
votes
1answer
213 views
Zebra GK420d ZPL printer status in java via USB
How to query the recepit printer to get current status (ready/error/paper end)?
Is it provided with a virtual-COM interface for bi-directional communication?
Thanks
1
vote
1answer
49 views
Android zebra print not working on newer versions
We are using DiscoveredPrinterBluetooth to keep discovered printer, ZebraPrinterConnection and ZebraPrinter to send data to printer. Everything is working ok on older android versions, but on let say ...
0
votes
2answers
91 views
Zebra rw420 error android bluetooth Xperia U
I have a printer RW420 and Zsdk'm using to print it, since I configured the Pin through the zebra setup utilities more when I try to open a connection to it through the mac adress running through a ...
1
vote
2answers
202 views
Print QR code on zebra printer from android
i have Zebra MZ 220 printer, and i need to print the QR code from my android app via bluetooth. I am able to print text and images but not QR code.
I found this: ...
1
vote
2answers
165 views
Command not being understood by Zebra iMZ320 [closed]
I'm trying to print a label from an Android app to a Zebra printer (iMZ 320) but it seems not to be understanding my command line. When i try this sample code, the printer prints all the commands to ...
0
votes
0answers
81 views
EPL2, delay between labels print
We're developing application (web), which has to print big amount of labels (via ActiveX, clients choice).
For this, we use EPL2. Amount of data to be printed - biggest label has nearly 20 text ...
0
votes
1answer
137 views
Zebra EM 220, Print Code 128 barcode using Android
I want to print a code 128 barcode using the Zebra's EM 220 SDK for Android.
I tried to print it using the PrintBarcode() method like this :
BxlService bxl = new BxlService();
...
0
votes
2answers
87 views
-ObjC flag for Restkit causes compilation error when I add libZSDK_API.a
I am using the RestKit to consume web services. RestKit worked fine until I tried add the libZSDK_API.a library (this library is to manage the zebra printers by Network or bluetooth)
Several ...
0
votes
0answers
41 views
COM serial adaptor ticket printer queque managing with FileSystemWatcher in C#
I have to use through C# a ticket printer through a COM serial cable.
A first method is run to check all the text files in a known folder and send them one by one to the printer and each file will be ...
0
votes
2answers
170 views
Zebra printer serbian latin characters
I have a problem with Zebra printer RW220 not printing serbian latin characters, like čćžšđ. I developed an android app which uses the printer. The printing part is based on Zebra SDK. Here's the part ...
0
votes
1answer
145 views
Zebra EM 220, print image using Android
I'd like to print an image from my sd card with a Zebra EM220. I tried to use
GraphicsUtil.printImage("image path", 0, 0)
but all my attempts failed and I'm just able to print a list of characters.
...
1
vote
3answers
282 views
Which SDK should I use for KR403 Zebra Printer
I am writing a .Net WPF application using C# for a Windows 7 64 bit platform. My application needs to communicate with a Zebra KR403 printer connected through USB. My questions may be very basic, but ...
0
votes
1answer
199 views
How to create & upload to Zbera thermal printer a bitmap font for ZPL language?
Could You please tell me what is the procedure to create(upload), a bitmap font for ZPL language to Zebra Thermal printer?
It turned out that Zebra doesn't support their clients with bitmap fonts in ...
3
votes
0answers
299 views
How to read back status from Zebra receipt printer?
I'm using a Zebra KR403 receipt printer for a project and I need to programatically read the status from the printer (out of paper, paper near-end, printhead open, paper jam, etc). In the ZPL ...
0
votes
1answer
240 views
Will Scalable font work in Zebra MZ 320 printer
I am using CPCL commands to print labels in Zebra MZ 320 Printer. I want to use SCALABLE_TEXT command in my CPCL code. But the printer doesn't print anything. Will SCALABLE-TEXT command work in Zebra ...
3
votes
2answers
218 views
My android application prints only 1 ticket every 5 seconds
Firstly, thank you for your time reading my question.
I'm still a noob when it comes to programming in Java and I am grateful for any advice or assistance.
The App
I wrote a small android ...
0
votes
1answer
309 views
How to use the ^DG command send image to a zebra printer in java?
Is anyone know how to convert a image(such as *.bmp files) to HEX string in java,so the HEX string can used in the ^DG command(one of command in zpl).thanks!
0
votes
2answers
221 views
Zebra printer KR403 port number
I try to print to zebra printer.
Zebra provided me a standard code sample in C#
There they used port 9100 to connect to the printer
System.Net.Sockets.TcpClient client = new ...
0
votes
0answers
109 views
Connect to printer url using full url
A manufacturer (zebra) provided code for me to connect his printer.
However his code seams wrong.
In his sample he connects using
System.net.sockets.TCPclient client = new ...
0
votes
0answers
202 views
Zebra Designer turns text label into GRF when printing to file
I use Zebra Designer to design a label for a Zebra GK420d. I start from scratch and put a text that says "Hello" in the middle of the label.
It works great when I print. When I choose (in Zebra ...
0
votes
2answers
226 views
C#, CPCL and getvar
I am writing a class to print to Zebra bluetooth printers using CPCL. CPCL has a getvar command that you can send to the printer to get printer settings. For example:
! U1 getvar "appl.date"
This ...
0
votes
1answer
281 views
Why is the barcode text value not printing beneath the barcode?
I am printing using the Windows Compact Framework to a Zebra belt printer using the OpenNetCF serial port class and CPCL. The printed label is pretty much as it should be, but the barcode value is not ...
0
votes
1answer
284 views
Printing multiple epl labels with a Zebra TLP 2824
Im trying to print multiple labels in epl code with a Zebra tlp 2824. If I send the code once it prints perfectly but when I loop it a few times it seems to lose the label measures and prints over the ...
0
votes
2answers
214 views
Zebra-printer LP 2824 not printing
I have Zebra LP2824 printer. It is working properly on Windows XP, but It is not working properly on Windows 7. On windows 7 it prints the Test page on printer properties, but it is not printing in my ...
0
votes
0answers
29 views
Is the POSTFEED command needed even when using the FORM command?
According to the CPCL programming doc, "The POSTFEED command instructs the printer to advance the media a specified amount after printing."
And "The FORM command instructs the printer to feed to top ...
0
votes
1answer
181 views
Why does my text not print?
Realizing that I should be using Line Print mode (as opposed to label mode) for sending CPCL to the Zebra QL 220 belt printer, I'm in the process of refactoring my working code (Why does everything ...
1
vote
3answers
193 views
Why does everything print on the same line, even though I'm adding crlfs?
This will print (although still ugly) on the Zebra QL220 belt printer from my CE/CF app running on a Motorola MC3100 handheld:
public void PrintBarcode(string barcode, string UPC, string description, ...
1
vote
1answer
98 views
Why does the Zebra QL 220 printer shut off in the middle of my talking to it?
I've got C# CE CF code that runs on a handheld device (Motorola MC3100) which should cause the Zebra QL220 belt printer to which it is attached to print something (code appended to this post).
I ...
3
votes
1answer
141 views
Why do I get “CreateFile Failed: 161” when I try to open the serial port?
I get "CreateFile Failed: 161" on the serialPort.Open() line:
. . .
MessageBox.Show(string.Format("Made it into PrintUtils.PrintBarcode()"));
using (SerialPort serialPort = new SerialPort())
{
...
0
votes
0answers
101 views
To what values should I set the SerialPort (from the OpenNETCF libraries) when printing to a Zebra QL 220?
Based on information I gathered from the report generated by a Zebra QL 220 belt printer when turning it on with the Feed button depressed, I've got serialPort.BaudRate set to 19200, .Handshake set to ...
1
vote
1answer
113 views
Since there is no Serial Port support in .NET 1.1, what is the workaround for working with serial ports?
According to two sources (http://bytes.com/topic/c-sharp/answers/224314-serial-communication-dll and http://www.innovatic.dk/knowledg/SerialCOM/SerialCOM.htm), .NET 1.1 has no Serial Port support.
...
1
vote
1answer
152 views
How can I write to a Zebra QL220 using OpenNETCF.IO.Ports?
The "SerialPort" below is from OpenNETCF.IO.Ports.
Does this first pass/semi-edicated guess make sense for printing to a belt printer (Zebra QL220); that is, is it a decent starting point?
using ...



