I am trying to print a (fairly big) bitmap (827x1166) on a Zebra Technologies ZTC 140XiIIIPlus-200dpi with ZPL.
While printing of the bitmaps actually works, performance is quite bad. It takes more than a second (probably more than 1.5 seconds) until the print starts.
The network trace shows that more than a second is spend sending the 71 KB (via TCP 9100 WLAN - LAN) PNG. 343 ms are used waiting for the first ACK alone.
~DYR:xxx.PNG,p,p,35769,103,<hex png>
^XA
^PW827
^LH0,0
^LL1166
^FO0,0
^XGR:xxx.PNG,1,1
^XZ
Sending the image as GRF (increasing the data size to 250 KB) does not change that.
Any ideas?
B
for bitmap. Also 35769B is not 71000B. Have you posted the wrong code by chance? – FalcoGer