Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

USB Programming with Objective-C

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

like image 602
Paresh Thakor Avatar asked Nov 05 '09 06:11

Paresh Thakor


1 Answers

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.

like image 195
Louis Gerbarg Avatar answered Sep 19 '22 04:09

Louis Gerbarg