Messaging Over Bluetooth

760 views Asked by At

There are some related posts but they are not answer to my problem.

I am planning to make some Desktop Application (Windows 7 x64) which will be requiring to send and receive SMS.

How can I connect to a cell-phone ( Any Nokia Phone with bluetooth s40,s60) and then when an SMS is received it can generate some event on the desktop app so that respective tasks can be done, and then reply the SMS from the Desktop App.

The texting should be done over bluetooth between phone and desktop.

2

There are 2 answers

3
L.B On

you can use 32Feet.Net library for Bluetooth communication. After you have connected to DialupNetworking service of your cell phone you can use AT command set to send/read SMSs

0
theXaib On

hi guys i found this GSMCOMM library , rater usefull and with sample code for C# .