Sending raw data to FedEx Label printer

前端 未结 6 1119
离开以前
离开以前 2020-12-17 04:43

I\'m working on a .NET WinForms app that needs to print a FEDEX shipping label. As part of the FedEx api, I can get raw label data for the printer.

I just don\'t

6条回答
  •  一向
    一向 (楼主)
    2020-12-17 05:14

    I've been working with a printer and ZPL for a while now, but with a Ruby app. Sending the ZPL out to the printer via socket works fine.

    To check that it works, I often telnet to the printer and type ^XA^PH^XZ to feed a single label. Hope that helps.

提交回复
热议问题