USB Programming with Objective-C

Paresh Thakor picture Paresh Thakor · Nov 5, 2009 · Viewed 8.1k times · Source

Can anyone tell me how to program USB devices with Objective-C as an iPhone application?

I want to access USB device contents through iPhone

Answer

Louis Gerbarg picture Louis Gerbarg · Nov 5, 2009

You can't. While it is possible to build USB based accessories for iPhone if you join the Made for iPhone program using the ExternalAccessory framework, you cannot access arbitrary USB devices. The SDK gives you access to devices that use a custom interface on top of USB, the exact details of which you get after signing up for the program and singing some more NDAs.