Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用热敏打印机进行 Android 打印。使用 esc/pos 命令可以正常打印文本。
除了使用 esc/pos,使用热敏打印机打印 QR 码的最佳高级库是什么?
如果您不想使用 ESC/POS 打印 QR 码(为什么?),您唯一的选择是在外部生成 QR 码并将位图数据发送到打印机。这可能更困难,因为您必须以正确的大小创建位图,并且将位图发送到 ESC/POS 打印机也不是直截了当的。另外,传输位图比让打印机完成工作需要更多时间。