I am trying to read serial data from an Arduino project, and I was wondering how to get the data over USB with an iPad. (iPad with a camera adapter). I do realize I would have to jailbreak the iPad, which is not a problem.
Any ideas?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Please take a look at USB-Programming on iPhone.
And, at least, you can compile libusb for iOS. I haven’t succeeded to use it on non-jailbreak-ed iPad with camera adapter, but it might work on jailbreak-ed iPad.
Link IOKit headers into iOS SDK from Mac OS X.
Configure libusb using configure-iphoneos.sh, and make.
Another option, Audio Jack modem for Iphone and Android. It is able to communicate with Arduino via Audio Jack without jailbreak.