Need help in sending sms using java

Thread Starter

sivaskgr

Joined Apr 30, 2009
1
Hi frens,
I am new to this forum. Actually for my project i ve to send sms using Java program. I had done the same with AT commands using hyperterminal, but i couldnot make that to send automatically. Every time i need to enter the sender number manually. So i came to know that i can use AT commands inside my java code to make it works automatically. But i need help for that..
Thanks in advance:)

Regards,
siva.
 
I think you should use an SMS gateway. I found one on the internet: http://www.ozekisms.com
This is a standalone software that works as a server and can be used from Java. It sends SMSs automatically, you can even schedule them. There is also an autoreply function for incoming messages.
 
Top