Emulate ZPL printer

前端 未结 4 1710
天涯浪人
天涯浪人 2020-12-05 01:11

To emulate ZPL printer on my mac I searched through internet for a few days. Finally I\'ve got a solution to post here, so other users could find it helpful. I wanted to pos

4条回答
  •  遥遥无期
    2020-12-05 01:40

    So, to emulate ZPL printer on your mac (possibly windows too):

    1. Install this chrome app Zpl Printer
    2. Go to printer settings, add new one.

    Port can vary. Double-check it.

    1. Make sure everything turned on.

    To test it, try in your terminal:

    lp -o "raw" -q1 -d zpl <<< "CT~~CD,~CC^~CT~^XA~TA000~JSN^LT0^MNW^MTT^PON^PMN^LH0,0^JMA^PR6,6~SD15^JUS^LRN^CI0^XZ^XA^MMT^PW508^LL0203^LS0^BY4,3,138^FT48,155^BCN,,Y,N^FD>;12^FS^PQ1,0,1,Y^XZ"

    If everything tuned properly, in ZPL printer you will see:

提交回复
热议问题