I need a java program to send an sms to a specified number (i.e. the program will take as input a short message and a number) through the network of a mobile connected to the USB port of the PC.
Printable View
I need a java program to send an sms to a specified number (i.e. the program will take as input a short message and a number) through the network of a mobile connected to the USB port of the PC.
You can download a simple Java SMS API suite from:
http://sourceforge.net/projects/java-sms-api
Or you can integrate your app with an external gateway & API provider:
http://www.spedmo.com/static/javaApi.sb
http://www.messagemedia.co.uk/sms-api.php
http://www.esendex.co.uk/Target-page...FWIB4wodyjp3pg
Good luck
Doron Moraz