Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

RS232 for iOS device

Is it possible to pair an iDevice to an rs232-bluetooth adapter for the purpose of sending serial commands like it would through an iDevice dock connector to rs232 (just like the Redpark Serial Cable does)? I ask because the company I work for is thinking of having an iDevice control one of our systems for demo. I know it doesn't relate to anything specific but any information would be greatly appreciated.

like image 301
mike_r Avatar asked Jan 05 '12 01:01

mike_r


2 Answers

(See also iPhone to RS-232 via Bluetooth)

Bluetooth modules exists that support MFi (Made For iPhone) such as this one from connectBlue http://www.connectblue.com/products/bluetooth-products/bluetooth-modules/bluetooth-iphone-ios-accessory-module-obs414/ So the standard iPhone Bluetooth stack can make a SPP/RFCOMM connection to that device. That device could be added to a board along with RS232 level-conversion etc... And thus success.

I don't know whether someone sells such a device. The RS232 device that connectBlue sells seems not to support MFi, http://www.connectblue.com/products/bluetooth-products/bluetooth-devices/bluetooth-rugged-serial-port-adapter-rbs433/

like image 146
alanjmcf Avatar answered Sep 28 '22 08:09

alanjmcf


Not really. The GameKit is one way to access bluetooth in iOS, but it is very limited in what that API allows you to do. Depending on what you are building, you might be able to use the Apple Made for iPod program, but it's probably a long shot. http://developer.apple.com/programs/mfi/

like image 23
Code Hound Avatar answered Sep 28 '22 06:09

Code Hound