• Bluetooth Interface?
    2 replies, posted
I want to make a program that can receive text messages through my phone. Sort of like those automated systems. How can I connect to my phone through Bluetooth to send/receive AT commands? (C++)
You'll probably first have to find a bluetooth library for your platform. Then you should investigate the protocol used by your phone to sync text messages to your computer. Apparently if you're on windows, you can use WinSock for bluetooth connections. See the [url=http://msdn.microsoft.com/en-us/library/aa362928%28v=VS.85%29.aspx]MSDN[/url] for more.
I just discovered that I could communicate over COM3. Now I just need to find why it's returning random ERRORs. [editline]12:46AM[/editline] Meh, apparently Blackberry's can't send AT SMSes.
Sorry, you need to Log In to post a reply to this thread.