Tools needed
1.eclipse IDE or other IDE you are familiar with
2.rxtx.jar(api for establishing serial communication with GSM modem or
phone))( download binary distribution)
3.smslib.jar(for sendig sms using GSM modem or bulkSMS operator)
Installation of above tools:
1.Eclipse Intallation-you shouldnt move further if you dnt know this.
You will only understand next lines if you are familiar with Eclipse
2.installing rxtr - 1.Import rxtxcomm.jar in java built path
2.change the native library loc of rxtcomm to
rxtx-2.1-7-bins-r2/Windows/i368-mingw32(this is the path of rtxserial.dll
files)
3.Installing SMSLib- 1.Import smslib.jar in java built path
2.change the native library loc of smslib to smslib-v3.5.2/lib(this
is the path of smslib-3.5.2.dll file)
Finally copy log4j.properties(in the E:\sms\smslib-v3.5.2\misc\Log4j Sample
Configuration) to src folder of eclipse
Intallation of these is the only trouble you are going to face for SMS
sending.
Coding for sending and receiveing the sms is available in
E:\sms\smslib-v3.5.2\src\java\examples folder. It may take some time
understnding them but totally worth it.
--
You received this message because you are subscribed to the Google Groups
"SMSLib Discussion Group" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/smslib?hl=en.