vote up 0 vote down star

Hi Guys, Anybody knows how to integrate iPhone with other non-iPhone devices using serial port? Please help me

Thanks in advance

Regards Jayaraj

flag

0% accept rate

2 Answers

vote up 1 vote down

You can't directly. There may be some sort of serial line (i2c) on the dock connecter, but it is not exposed through the SDK, the Made for iPhone/ExternalAccessory.framework stuff is only for USB and BT.

You could conceivably use a WiFi/serial bridge (such things do exist) since you can send whatever you want over a TCP tunnel, but I doubt that is what you want.

link|flag
Thanks for your valuable information – Jayaraj Nov 5 at 8:20
vote up 0 vote down

You can get the info on using the ExternalAccessory framework from apple's developer portal.

You can't get the required serial handshake(?) info without joining the Made for iPhone program. This requires that you are developing a commercial device.

I have tried to get information on this protocol from apple through my university and have thus far failed.

link|flag
1  
The ExternalAccessory doesn't let you talk to arbitrary devices. In order to use it to talk to a serial device you would need to build a custom USB->serial adapter that implements the External Accessory USB protocol then encapsulate serial commands over it. – Louis Gerbarg Nov 5 at 7:43
Thanks for your valuable information – Jayaraj Nov 5 at 8:21

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.