Zebra TLP 2844

M

Miticologo

I have a problem printing labels with a Zebra TLP2844.
In VS2005 C# I wrote these few lines using "Waterfurnace.ZebraPrint" library

zPrint.StartWrite(System.Configuration.ConfigurationManager.AppSettings["PrinterPath"]);
zPrint.Write("N");
zPrint.Write("A220,300,0,4,1,1,N,\"TEST\"");
zPrint.Write("B220,120,0,E30,3,20,100,B,\"" + strBarcode + "\"");
zPrint.Write("P1");
zPrint.EndWrite();


It works quite well, the problem is that before and after the label, it
prints a blank label (the sequence is "blank label"-"correct label"-"blank
label").
Where is the error?
Thank you in advance
Daniele
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top