通过 Epson TM88iv 从 Ubuntu 上的 Firefox 中踢出钱箱
我正在使用自助服务终端应用程序,需要从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
打开 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
由于 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: