Does the iPhone 3.0 SDK support serial communication?

时间:2022-08-26 18:40:24

There is already a hack to get serial communications working through the iPhone's 30-pin connector, which requires a jailbroken phone. Looking at the the iPhone development website, the 3.0 SDK seems to be a bit friendlier when it comes to communication with 3rd party hardware.

已经有一个黑客通过iPhone的30针连接器进行串行通信,这需要一个越狱手机。看看iPhone开发网站,3.0 SDK在与第三方硬件的通信方面似乎更友好一些。

I'm not part of the developer program so can't dig into any of the technical details of the 3.0 SDK, but I'm wondering if serial support through the physical connector is going to be supported. It says Bluetooth is going to be supported, and that it's possible to go blutetooth<->serial, but I'm asking about the physical connector specificially.

我不是开发人员计划的一部分,所以不能深入研究3.0 SDK的任何技术细节,但我想知道是否支持通过物理连接器的串行支持。它说支持蓝牙,并且可以使用blutetooth < - > serial,但我要特别询问物理连接器。

What I'm considering is an iPhone app which connects to and existing device I have which speaks serial. I've never done any iPhone development or hacking.

我正在考虑的是一个连接到现有设备的iPhone应用程序。我从来没有做任何iPhone开发或黑客攻击。

2 个解决方案

#1


2  

The 3.0 SDK is still under NDA, so no registered developer is at liberty to talk about it. Just wait one more week, there's a good chance that the 3.0 SDK will go public at the WWDC keynote on June 8.

3.0 SDK仍然在NDA下,因此没有注册开发人员可以随意谈论它。再等一个星期,3.0 SDK将很有可能在6月8日的WWDC主题演讲中公布。

#2


0  

The physical and bluetooth connections are both restricted to "Made for iPod" devices. If your device is MFi then you can communicate over whatever protocol you want. If not then you are not going to be connecting without jailbreaking.

物理和蓝牙连接都限于“Made for iPod”设备。如果您的设备是MFi,那么您可以通过任何协议进行通信。如果没有,那么你不会在没有越狱的情况下进行连接。

#1


2  

The 3.0 SDK is still under NDA, so no registered developer is at liberty to talk about it. Just wait one more week, there's a good chance that the 3.0 SDK will go public at the WWDC keynote on June 8.

3.0 SDK仍然在NDA下,因此没有注册开发人员可以随意谈论它。再等一个星期,3.0 SDK将很有可能在6月8日的WWDC主题演讲中公布。

#2


0  

The physical and bluetooth connections are both restricted to "Made for iPod" devices. If your device is MFi then you can communicate over whatever protocol you want. If not then you are not going to be connecting without jailbreaking.

物理和蓝牙连接都限于“Made for iPod”设备。如果您的设备是MFi,那么您可以通过任何协议进行通信。如果没有,那么你不会在没有越狱的情况下进行连接。