如何通过Python发送SGD命令?

时间:2019-06-17 15:29:02

标签: python rfid zebra-printers zpl

我正在尝试从标签上读取EPC,然后再在上面打印任何内容,而我的zebra z410r没有打印空白标签。

我有一些可以发送ZPL命令的python代码,但是当我尝试替换SGD命令时,程序将挂起,好像它陷入了无限循环。

# This is the string that is getting sent to the printer 
strFORMAT = "! U1 setvar \"rfid.tag.read.content\" \"epc\" \r\n getvar \"rfid.tag.read.content\" \r\n  END \r\n" 

我正在尝试从打印机获取EPC代码,然后再打印任何内容或放入空白标签。

0 个答案:

没有答案