如何使用 ZPL lang 打印没有数字的条形码

发布于 2025-01-10 00:34:09 字数 105 浏览 0 评论 0原文

如何打印没有数字的code128条码,只打印条码图像? 我的数字示例:

^FO20,20
^BCN,50,Y,N
^FD1234567890^FS

How print code128 barcode without digit, just image of barcode?
my example with digits:

^FO20,20
^BCN,50,Y,N
^FD1234567890^FS

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

铁憨憨 2025-01-17 00:34:09

您需要参考ZPL II编程指南

^BC用于打印Code 128条码

格式:^BCo,h,f,g,e,m< /code>

o = orientation
h = height
f = interpretation line
g = interpretation line above code
e = UCC check digit
m = mode

您将 f 设置为 Y,请将其更改为 N

^BCN,50,N,N

You need to reference the ZPL II Programming Guide

^BC is for printing Code 128 Bar Codes

Format: ^BCo,h,f,g,e,m

o = orientation
h = height
f = interpretation line
g = interpretation line above code
e = UCC check digit
m = mode

You are setting f to Y, change that to N.

^BCN,50,N,N
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文