使用 Star SP700 (ESC-POS) 打印 NV 徽标

发布于 2025-01-09 02:48:36 字数 127 浏览 0 评论 0原文

我正在尝试打印存储在打印机中的徽标。 \x1B\x1C\x70\x00\x1 这是我正在执行的代码。

但打印时仍然看不到徽标。 我缺少什么? 我使用 c++ btw

Printer SP700 Star 打印机

I'm Trying to print The logo stored in my printer.
\x1B\x1C\x70\x00\x1
this is the code i'm executing.

But I still cant see the logo when I print.
What am I missing?
im using c++ btw

Printer SP700 Star printer

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

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

发布评论

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

评论(2

忆悲凉 2025-01-16 02:48:37

根据规范,第 4 个字节是 0x01 到 0xFF 范围内的值,而不是 0x00。
点阵打印机 STAR 命令规范修订版 1.91
第 56 页,第 3-48 节

ASCII ESC FS pn m
十六进制 1B 1C 70 nm

n:徽标规范
n 函数
1 到 255 指定标志编号

According to the specification, the 4th byte is a value in the range 0x01 to 0xFF instead of 0x00.
Dot Impact Printer STAR Command Specifications Rev. 1.91
Page 56, section 3-48

ASCII ESC FS p n m
Hexadecimal 1B 1C 70 n m

n: Logo Specification
n Function
1 to 255 Specified logo number

寻找我们的幸福 2025-01-16 02:48:37

这对我有用:\x1B\x1C\x70\x01\x00

this work for me : \x1B\x1C\x70\x01\x00

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