I would like to have a usb driver that would emulate rs232 for the Iphone. I would be using usb converter to rs232. It would have to have data rate,start and stop bits and parity for both input and output. I would like to have a load data,save data and output data function . Need some help to get there. harko@harko.com [import]uid: 3883 topic_id: 221 reply_id: 300221[/import]
You shouldn’t be doing this in an interpreted layer like Corona.
Try this:
http://devdot.wikispaces.com/Iphone+Serial+Port+Tutorial
or look into the External Accessories Framework:
http://developer.apple.com/iphone/library/documentation/ExternalAccessory/Reference/ExternalAccessoryFrameworkReference/index.html
Cheers,
- Ian [import]uid: 238 topic_id: 221 reply_id: 270[/import]