在 iOS 设备(iPhone、iPad)上为 Epson POS TM-T88 编写收据打印机驱动程序时需要帮助吗?

发布于 2024-10-04 11:33:22 字数 122 浏览 7 评论 0原文

我为 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 技术交流群。

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

发布评论

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

评论(3

小苏打饼 2024-10-11 11:33:22

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.

蔚蓝源自深海 2024-10-11 11:33:22

目标打印机需要具有“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.

猫卆 2024-10-11 11:33:22

我也需要这样做,但这就是我在 StackOveflow 上能找到的所有内容:

使用 CUPS 或其他框架从 iOS/iPad 打印到 Epson TM-T88V 收据打印机

为什么我无法从支持 TCP/IP 的打印机接收响应?

通过 wifi 从 ipad 打印到收据打印机(Epson TM-T88v)

第 3 篇文章提到注册 Epson Expert 以获得技术文档等的访问权限TM-T88 技术参考指南指出:

使用 ESC/POS 命令,您可以
直接控制所有TM打印机功能,但详细了解打印机规格或
与使用驱动程序相比,需要组合命令。
要使用ESC/POS命令,您需要先同意保密合同并获得
ESC/POS 应用编程指南。详情请咨询您的经销商。

它还对 TM-T88V Mac 打印机驱动程序进行了说明:

Mac打印机驱动程序允许您使用通用控制TM-T88V
Mac OS X 上的 UNIX 打印系统 (CUPS)。

此 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:

With ESC/POS commands, you can
directly control all the TM printer functions, but detailed knowledge of printer specifications or
combination of commands is required, compared to using a driver.
To use ESC/POS commands, you need to agree to a nondisclosure contract first and obtain the
ESC/POS Application Programming Guide. Ask your dealer for details.

It also says this about the TM-T88V Mac Printer Driver:

Mac printer driver allows you to control the TM-T88V using Common
UNIX Printing System (CUPS) on Mac OS X.

This MacWorld forum post contains a lot of information about IOS printing via CUPS:

http://hints.macworld.com/article.php?story=20101027080807322

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