通过 Epson TM88iv 从 Ubuntu 上的 Firefox 中踢出钱箱

发布于 2024-12-18 10:25:53 字数 160 浏览 2 评论 0原文

我正在使用自助服务终端应用程序,需要从 epson t88iv 中取出现金抽屉 #1。我需要能够在不打印任何内容的情况下从 ubuntu 平台上的 firefox 执行此操作。

有什么线索吗?现在每次打印时现金抽屉都会弹出(从打印设置),但这不是我们所希望的。

多谢, 标记

I'm working with a kiosk application, and need to kick out cash drawer #1 from an epson t88iv. I need to be able to do this without printing anything, and from firefox on the ubuntu platform.

Any clues? Cash drawer kicks out right now on every print (from print settings), but this is not desired.

Thanks a lot,
Mark

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

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

发布评论

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

评论(2

爱她像谁 2024-12-25 10:25:53

打开 TM-T88IV

USB 打印机抽屉的标准 Linux 命令: echo -e -n "\x1b\x70\x30\x40\x50" > /dev/usb/lp0

网络 CUPS 打印机: echo -e -n "\x1b\x70\x30\x40\x50" | lpr -o raw -P Epson-TM-网络

Standard Linux command to open drawer of the TM-T88IV

USB printer: echo -e -n "\x1b\x70\x30\x40\x50" > /dev/usb/lp0

Network CUPS Printer: echo -e -n "\x1b\x70\x30\x40\x50" | lpr -o raw -P Epson-TM-Network

独﹏钓一江月 2024-12-25 10:25:53

由于 t88iv 与 ESC/POS 兼容,您可以阅读协议参考

关于 OpenBravo 参考:以下是技术规格/支持的设备:

Since the t88iv is ESC/POS compatible you could read the reference for the protocol

Ps. On the OpenBravo reference: here are the tech specs/supported devices:

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