Reputation: 508
I'm new to Xcode and I want to transfer data with HC-05 bluetooth module in my Xcode cocoa application.
My module is a Bluetooth to serial interface adapter. Is this possible? I can transfer data with this module by goSerial app in OS X.
What can I do? Do you know any sample code or project?
Upvotes: 2
Views: 1210
Reputation:
you can simply use ORSSerialPort library for communicating with your Serial port device and control it from your OSX application.
Upvotes: 1