How to transfer data via USB using iPad

I am trying to read serial data from an Arduino project, and I was wondering how to get data via USB from an iPad. (iPad with camera adapter). I really understand that I will need to jailbreak the iPad, which is not a problem.

Any ideas?

+3
source share
1 answer

Please see USB programming on the iPhone .

And at least you can compile libusb for iOS. I was not able to use it on an iPad without a jailbreak camera with a camera adapter, but it can work on an iPad with a jailbreak.

Associate IOKit headers with the iOS SDK on Mac OS X.

$ sudo ln -s /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/IOKit.framework/Headers /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk/System/Library/Frameworks/IOKit.framework

libusb configure-iphoneos.sh .

$ ./configure-iphoneos.sh
$ make

, Iphone Android. Arduino Audio Jack .

+3

All Articles