苹果手机<-> 现实世界的连接

发布于 2024-07-07 20:01:50 字数 54 浏览 9 评论 0 原文

有关如何启动与 iphone 的串行通信的任何指示吗? 或者还有其他与外部硬件交互的想法吗?

Any pointers on how to initiate serial communication with the iphone? Or any other idea to interact with external hardware?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

梦过后 2024-07-14 20:01:50

将外部硬件连接到 iPhone 的唯一受支持的方式是通过 iPod 配件协议,通过 30 针连接器。 有关该计划的详细信息,请访问 http://developer.apple.com/ipod/accessories.html< /a>. 它不是免费程序,30 针连接器仅支持某些功能,但它是当今唯一可用的选项。

The only supported way to connect external hardware to the iPhone is through the iPod accessory protocol, through the 30-pin connector. Details on that program are at http://developer.apple.com/ipod/accessories.html. It isn't a free program and the 30-pin connector only supports certain features, but it's the only option available today.

岁吢 2024-07-14 20:01:50

使用非官方工具包编译的应用程序(并在越狱的 iPhone 上运行)据说可以访问扩展坞连接器中存在的串行端口。

看:
http://devdot.wikispaces.com/Iphone+Serial+Port+Tutorial

Apps compiled with the unofficial toolkit (and running on jailbroken iPhones) can supposedly access the serial port present in the dock connector.

See:
http://devdot.wikispaces.com/Iphone+Serial+Port+Tutorial

简单 2024-07-14 20:01:50

这取决于你想做什么。 对于 SSH 终端连接,我推荐 TouchTerm(搜索应用商店)。

我没有电气连接方面的经验,但您可以在此处找到 iPod/iPhone 连接器的引脚排列:
http://pinouts.ru/PortableDevices/ipod_pinout.shtml

然后您可以下载 iPhone 开发人员套件在这里:
http://developer.apple.com/iphone/

It depends on what you want to do. For an SSH terminal connection I reccomend TouchTerm (search the appstore).

I have no experience with electrical connections, but you can find the pinout of the iPod/iPhone connector here:
http://pinouts.ru/PortableDevices/ipod_pinout.shtml

You can then download the iPhone developer kit here:
http://developer.apple.com/iphone/

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