A
Free, Send SMS using Java Program sample
You can use this free Java sample program to send
SMS from your PC using GSM modem connected to your
computer to your COM port. You also need to download
and install the Java
comm api from Sun.
This program needs the following java files to
function.
- SerialConnection.java (This file is used to
connect to your COM port from your java program)
- SerialConnectionException.java (This file is
for handling serial connection exceptions in
your Java program)
- SerialParameters.java (This program is used to
set your COM port properties for connecting to
your com port from your java program)
- Sender.java (This is the program that
implements runnable and sends SMS using the
serial connection)
- SMSClient.java (This java class is the main
class that can be instantiated in your own java
program and called to send SMS. This program in
turn will use all the above four files
internally to send out your SMS).
Download Send SMS Java sample
program files
|