在 iOS 设备(iPhone、iPad)上为 Epson POS TM-T88 编写收据打印机驱动程序时需要帮助吗?
我为 iOS 设备(iPhone 和 iPad)编写了一个本机应用程序,并希望打印到收据打印机 Epson TM-T88。我找不到任何有关如何在 iOS 设备上编写收据打印机驱动程序的信息。请有人帮助我或指出从哪里开始,谢谢大家。
I write an native application for an iOS devices(iPhone and iPad) and want to print to Receipt Printer Epson TM-T88. I can not find any information on how to write a driver for Receipt Printer on iOS devices. Pleas can some one help me out or point out where even to start, thank you all.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Epson 提供了适用于 iOS 的 SDK,足以连接到他们的打印机。
http://pos.epson.com/mobilesdks/index.htm
我不相信 T88 是受支持的,除非您有以太网模块为打印机提供 TCP/IP 连接,因为我相信这是通过 iOS 进行打印的唯一方法。
Epson provides SDKs for iOS, which should be sufficient in connecting to their printers.
http://pos.epson.com/mobilesdks/index.htm
I don't believe the T88 is supported unless you have the Ethernet module to give the printer a TCP/IP connection as I believe that is the only way to print through iOS.
目标打印机需要具有“AirPrint”功能。目前,只有少数 HP 打印机具备此功能。我建议您研究类似于 Printopia 的解决方案。
The target printer needs to be "AirPrint" capable. Currently, only a handful of HP printers are capable. I recommend you looking into solutions similar to Printopia.
我也需要这样做,但这就是我在 StackOveflow 上能找到的所有内容:
使用 CUPS 或其他框架从 iOS/iPad 打印到 Epson TM-T88V 收据打印机
为什么我无法从支持 TCP/IP 的打印机接收响应?
通过 wifi 从 ipad 打印到收据打印机(Epson TM-T88v)
第 3 篇文章提到注册 Epson Expert 以获得技术文档等的访问权限TM-T88 技术参考指南指出:
它还对 TM-T88V Mac 打印机驱动程序进行了说明:
此 MacWorld 论坛帖子包含大量有关通过 CUPS 进行 IOS 打印的信息:
http://hints.macworld.com/article.php?story=20101027080807322
I need to do this too but this is all I can find on StackOveflow:
Printing to Epson TM-T88V receipt printer from iOS/iPad using CUPS or other framework
Why can I not receive a response from a TCP/IP capable printer?
printing from ipad to receipt printer(Epson TM-T88v) thr wifi
The 3rd post mentions signing up with Epson Expert to gain access to technical docs etc. The TM-T88 Technical Reference Guide states:
It also says this about the TM-T88V Mac Printer Driver:
This MacWorld forum post contains a lot of information about IOS printing via CUPS:
http://hints.macworld.com/article.php?story=20101027080807322