views:

39

answers:

2

I want to develop an interface in my computer that will send sms from a text box to the computer attached phone(which has gsm based SIM) and phone will deliver that sms to a particular number(the number will also be given in text field). I want to know what are the tools i may use for this purpose.What programming languages will be better for this kind of job?(java/.net/php/UNIX shell script).

+1  A: 

Somewhat different in terms of use, but the following question probably can get you started with some of the research:

http://stackoverflow.com/questions/238579/free-sms-api

Jim Leonardo
+1  A: 

You could download a program called gnokii (I think it works both on Linux and Windows, please check the website). You can connect a very cheap Nokia mobile phone (check the list that are compatible) and send instructions to the cell phone using this program, like sending sms.

I did this some years ago with a very cheap Nokia phone. Of course I had to pay for each SMS sent, but this depends on the plan of your operator.. in my case I bought a SMS packpage for 6 bucks, then I could send 120 SMS (I'm from Brazil, check your location).

jyzuz
that is really helpful. Thanks a lot.
Michael Papps