I am writing an iPhone application that needs to send and receive data over the serial connection. I have been studying Apple's EADemo found here: EAAccessory reference

The problem is that I am finding this example too complex to take in. Is there a simpler example available for how to send and receive to and from a connected accessory over a serial connection?

I'm looking for something like sending four integer values to the accessory, and then sending them back to the iPhone using a const char buffer.

link|improve this question

Are you in the Made for iPod program, or do you have a specific MFi-compatible device that you will be communicating with? Make sure of that first before getting too far into the EAAccessory stuff. – Brad Larson Jan 6 '11 at 15:49
1  
Yes I am in the MFi program, and developing a custom accessory, and in-house serial communication protocol. – Sabobin Jan 6 '11 at 16:37
feedback

1 Answer

up vote 0 down vote accepted

Will cost you $5 on Amazon, but the examples are easy: EAAccessory ebook

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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