如何通过蓝牙将iphone/ipad与其他设备连接?

发布于 2024-12-19 08:45:45 字数 147 浏览 1 评论 0原文

我正在开发一个应用程序,该应用程序应该通过蓝牙与其他设备建立通信,但据观察,iPhone或ipad无法与其他设备建立连接。或者甚至即使在 1 英尺区域内,它们也不会搜索其他蓝牙设备。

我想在它们之间进行通信,并且必须进行串行通信。请告诉我有什么方法可以做到这一点。

I am developing an App which is suppose to establish communication with other device through Bluetooth but it is observed that iphone or ipad do not make connecting with other devices. or even they do not search other Bluetooth devices even within 1 feet area.

I want to make communication between them and I have to make a serial communication. Please tell me any way to do this.

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

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

发布评论

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

评论(1

夜深人未静 2024-12-26 08:45:47

为此(无需越狱您的手机),您需要注册 Apple 的 MFI(“为 iPhone 打造”)计划。这将使您能够访问底层外部附件框架。

链接在这里: http://developer.apple.com/programs/mfi/

不一定是一个简单的申请过程。如果没有此程序,则无法通过蓝牙在 iOS 和第三方配件之间进行串行通信。

To do this (without jailbreaking your phone) you will need to enroll in Apple's MFI ('made for iPhone') program. This will give you access to the underlying external accessory framework.

The link is here: http://developer.apple.com/programs/mfi/

It is not necessarily a straightforward application process. There is no way to do serial communication through bluetooth between iOS and a third-party accessory without this program.

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