5 pts.
 printing problem with TLP 3884 Z zebra printer
Hi all, I am sending this zpl command to zebra printer's output stream to print the label but blank label is printed with this command. here is my code to print the label.
zplcmd="^XA~TA000~JSN^LT0^MNW^MTT^PON^PMN^LH0,0^JMA^PR2,2^MD10^JUS^LRN^CI0^XZn"
+"^XAn"
+"^MMTn"
+"^LL0300n"
+"^PW600n"
+"^LS0n"
+"^FT60,42^A0N,42,40^FH\^FD"+Name+"^FSn"
+"^FT60,132^A0N,42,40^FH\^FD"+Age+"^FSn"
+"^BY1,3,40^FT60,220^BCN,,Y,Nn"
+"^FD>"+barcode+"^FSn"
+"^PQ1,0,1,Y^XZn";


S = new Socket(Ip, port);
DataOutputStream out = new DataOutputStream(S.getOutputStream());
out.writeBytes(zplcmd);
why the blank label is printing ?? what is wrong with this ZPL script Thanks in advance, Leozeo

Software/Hardware used:
ASKED: September 24, 2008  7:34 AM
UPDATED: January 29, 2010  8:16 PM

Answer Wiki:
We had some strange things like that here. We were using TL Ashford for our label printing and getting similar results. It took a while but the problem ended up being the print driver. Silly us.. we had it defined as a zebra printer.. When we changed it to a default print driver, the label printer worked flawless. Try replacing the zebra driver with the default printer driver.
Last Wiki Answer Submitted:  January 29, 2010  8:16 pm  by  ToddN2000   3,890 pts.
All Answer Wiki Contributors:  ToddN2000   3,890 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _