iOS应用程序通过蓝牙控制非ios设备
我想开发iOS应用程序,通过蓝牙为特定产品进行远程控制。我尝试研究iOS编程的相关方法,但大多数人几乎都说在iOS中不可能。我知道iOS允许iOS设备与iOS设备之间通过蓝牙进行通信,并且还支持一些蓝牙控制iOS。但我想开发可以通过蓝牙控制非iOS设备的iOS应用程序。
I want to develop iOS application that is a remote cotrol via bluetooth for the specific product. I try to research related methods for iOS programming, but most people almost said is impossible in iOS. I know iOS allow communication between iOS devices and iOS devices via bluetooth and also support some bluetooth control iOS. But I want to develop iOS application that can control non-iOS device via bluetooth.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有可能 - 非 iOS 设备必须是 Apple 认可的配件或符合 MFi 标准
It is possible - The non iOS device must be an apple approved accessory or MFi Compliant
如果可以选择越狱,这是可能的:您可以使用 BTstack.org 来使用 RFCOMM 和 RFCOMM。 L2CAP 与远程蓝牙设备通信。
It is possible if Jailbreaking is an option: you can use BTstack.org to use RFCOMM & L2CAP to talk to remote Bluetooth devices.