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