Line Mode in Zebra GX420t

G Guillermo James 2 years 11 months ago
0 2 0

Hi. Is it possible to use the Zebra GX420t in "line mode"?. I need to create a receipt with a variable number of lines and barcodes. 
 
Thanks in advance.

Please register or login to post a reply

2 Replies

V Vedsatx Saddvv

You can also calculate out the length of the label.  Something like:

function Print()
{
     var len = 10;
     var msg = "";
     for (var i = 0; i

V Vedsatx Saddvv

Hi Guillermo,
We tend to recommend something a little different than line mode, as we don't really support it anymore on the GX printers.  Try sending each line like this:
^XA^MNN^LL30^A0N,25,25^FDThis is going to be^FS^XZ
^XA^MNN^LL30^A0N,25,25^FDa long sentence^FS^XZ
^XA^MNN^LL30^A0N,25,25^FDthat will print one^FS^XZ
^XA^MNN^LL30^A0N,25,25^FDline at a  time.^FS^XZ

CONTACT
Can’t find what you’re looking for?