Send SMS through Bluetooth or Serial Port
Just came across one requirement of sending SMS through Bluetooth or serial port. Actually when you connect any bluetooth USB to the pc, that program should have installed the model related to Bluetooth. I got that as follow:
Now, Download the microsoft SMS Sender application from following URL:
Run and Install it. When you run it, it will show the following screen:
Whatever model devices are there, it will be available for the selection. Once it is selected, write destination number and body and send the SMS. If you device ( Phone) is connected to the bluetooth, SMS will be delivered from your phone. Currently I believe only Nokia and Sony is supported by this application. I haven’t tested on other Phone.
The main thing is that, this application also support COMMAND LINE INTERFACE. So that you can use this application in your code to send the SMS through some port or bluetooth. wow!!!. Following are the command line option to send the SMS.
Where can I get the source code for that program? It looks amazing. I have written a program that can discover cellphones via bluetooth, can send text, but can not send an image. And can’t find examples of this.
Laurens Kruger
September 7, 2009 at 6:03 pm