如何使用 Java 和 EPSON TM-T88III 打印凭证

发布于 2024-12-07 20:47:53 字数 174 浏览 0 评论 0原文

我刚买了一台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 技术交流群。

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

发布评论

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

评论(1

七禾 2024-12-14 20:47:53

我知道这已经太晚了,但我也遇到了类似的问题。

我建议使用现有的 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

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