0

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.

LarsTech
  • 80,625
  • 14
  • 153
  • 225
theXaib
  • 1
  • 2

2 Answers2

1

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

L.B
  • 114,136
  • 19
  • 178
  • 224
  • One more thing to take care of is that many phones do not allow third party applications to execute AT commands. – MARK Jan 19 '12 at 08:37
  • @zaibzaibi , Have you tried anything before asking a `simple working code`? – L.B Jan 19 '12 at 20:39
  • i am trying , but i even failed to connect/or locate a bluetooth device , – theXaib Jan 24 '12 at 12:30
0

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

theXaib
  • 1
  • 2