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.
我刚买了一台 EPSON TM-T88III。现在我想用java编写一个小应用程序,用一些纯文本打印凭证,所以没什么特别的。我想知道我怎么能做到这一点。
到目前为止,我发现我可以使用 Windows 驱动程序和记事本打印简单的文档。你推荐我使用 JavaPoS 吗?如果能得到一些提示来为我指明正确的方向,那就太好了。
我知道这已经很晚了,但我遇到了类似的问题。
我建议使用现有的 ESC/POS(通信协议)库。
这足以让我开始,我只是为我的项目做了一个移植(使用 TM-T20)
https://code.google.com/p/escprinter/source/browse/trunk/net/drayah/matrixprinter/ESCPrinter.java?r=2