如何使用 Java 和 EPSON TM-T88III 打印凭证
我刚买了一台EPSON TM-T88III。现在我想用java编写一个小应用程序,用一些纯文本打印凭证,所以没什么特别的。我想知道我怎样才能做到这一点。
到目前为止,我发现我可以使用 Windows 驱动程序和记事本打印简单的文档。您推荐我使用 JavaPoS 吗?如果能得到一些提示来为我指明正确的方向,那就太好了。
I just bought an EPSON TM-T88III. Now I want to write a small application in java that prints a voucher with some plain text, so nothing special. I was wondering how I could do this.
So far I figured out that I can print simple documents using the Windows Drivers and Notepad. Do you recommend me to use the JavaPoS? It would be great to get some hints to point me in the right direction.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我知道这已经太晚了,但我也遇到了类似的问题。
我建议使用现有的 ESC/POS(通信协议)库。
这足以让我开始,我只是为我的项目做了一个端口(使用 TM-T20)
https://code.google.com/p/escprinter/source/browse/trunk/net/drayah/matrixprinter/ESCPrinter.java?r=2
I know this is so late, but I'm having a similar issue.
I recommend using an existing ESC/POS (the communication protocol) library.
This was enough to get me started, I simply did a port for my project (using a TM-T20)
https://code.google.com/p/escprinter/source/browse/trunk/net/drayah/matrixprinter/ESCPrinter.java?r=2