Zebre打印机iMZ320出现打印问题 [英] printing issue with Zebre printer iMZ320

查看:67
本文介绍了Zebre打印机iMZ320出现打印问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用多平台SDK使用iPhone从iMZ320斑马打印机打印png图像.它打印十六进制值,而不是所需的图像.任何人都可以解决此问题.预先感谢.

解决方案

iMZ通常以行打印模式提供,使其无法理解常规的ZPL命令,例如SDK使用的命令.打印机使用哪种语言?您可以使用以下命令将语言设置为ZPL:

!U1 setvar"device.languages""zpl"

注意:在某些情况下,您可能不得不将语言设置为"hybrid_xml_zpl",而不仅仅是"zpl".另外请注意-您必须以换行符结束命令,打印机才能理解它.

如果您需要诸如上面的命令之类的直接将数据直接发送到打印机的工具,则可以使用Zebra设置实用程序:

(再次-该命令必须以换行符结尾)

相关: Zebra iMZ320无法理解命令

i am trying to print png image from iMZ320 zebra printer with my iPhone using multi-platform SDK. It prints hex values instead of the required image. Can anybody resolve this issue. Thanks in advance.

解决方案

Often the iMZ ships in line print mode, making it unable to understand normal ZPL commands, such as those used by the SDK. What language is the printer in? You can set the language to ZPL with the following command:

! U1 setvar "device.languages" "zpl"

Note: In some cases you may have to set the language to "hybrid_xml_zpl" instead of just "zpl". Also note - you have to end the command with a newline character for the printer to understand it.

If you need a tool to send data directly to the printer, such as the command above, you can use Zebra Setup Utilities: https://www.zebra.com/us/en/products-services/software/zebralink/zebra-setup-utility.html. You can also use Zebra Setup Utilities to ask the printer what language it is using by sending the following command:

! U1 getvar "device.languages"

(again - the command must end with a new line character)

Related: Command not being understood by Zebra iMZ320

这篇关于Zebre打印机iMZ320出现打印问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆