Manish Pansiniya’s Blog

.NET, C#, Javascript, ASP.NET and lots more…:)

Send SMS through Bluetooth or Serial Port

with one comment

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:

image

Now, Download the microsoft SMS Sender application from following URL:

http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=06A4F997-7F69-4891-8929-37B9041924A2

Run and Install it. When you run it, it will show the following screen:

image

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.

image

Written by Manish

June 29, 2009 at 4:56 pm

Posted in .NET, Time Saver, Tools

Tagged with , , ,

One Response

Subscribe to comments with RSS.

  1. 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


Leave a Reply