Comment on Tutorial - How to Send SMS using Java Program (full code sample included) By Emiley J.
Comment Added by : chetan
Comment Added at : 2007-10-17 08:13:14
Comment on Tutorial : How to Send SMS using Java Program (full code sample included) By Emiley J.
we are java research students.
we are working on sms based project, we have one issue of sending sms on fedora 7 with fargo maestro 20 gsm modem.Our Modem is connected to Serial Port.
We are newbies in Linux & having average knowlegde of java, j2me...
We have installed sun java in the linux box..then comm.jar api.
the deployment of the .so & java.comm jar is done as per requirement
our application is based on the following code:
http://www.java-samples.com/showtutorial.php?tutorialid=22
we have complied java files...then we have written the shell file for running the java class file.
--------------------------------------------------------------------------------
//DemoSms.java
public class DemoSms
{
public static void main(String args[])
{
SMSClient sc = new SMSClient(1);
sc.sendMessage("MyCellNo","Hello");
}
}
//ends here
#shell file
JAVA_HOME=/opt/jdk1.5.0_12
CLASSPATH=/opt/sms:$JAVA_HOME/jre/lib/comm.jar
$JAVA_HOME/bin/java -cp $CLASSPATH DemoSms
#shell file ends here
--------------------------------------------------------------------------------
/*
Console message errors we get are as follows
*/
[[email protected] ~]# sh SmsSend.sh
/dev/ttyS0
PortId = [email protected]
java.io.IOException: Not all params are supported by kernel
at com.sun.comm.LinuxSerial.nativeSetSerialPortParams(Native Method)
at com.sun.comm.LinuxSerial.setSerialPortParams(LinuxSerial.java:346)
at SerialConnection.setConnectionParameters(SerialConnection.java:167)
at SerialConnection.openConnection(SerialConnection.java:100)
at Sender.send(Sender.java:44)
at SMSClient.run(SMSClient.java:39)
at java.lang.Thread.run(Thread.java:595)
[1]+ Stopped sh SmsSend.sh
[[email protected] ~]# sh SmsSend.sh
/dev/ttyS0
PortId = [email protected]
java.lang.RuntimeException:
Error opening "/dev/ttyS0"
lockf(): Resource temporarily unavailable
at com.sun.comm.LinuxDriver.getCommPort(LinuxDriver.java:66)
at javax.comm.CommPortIdentifier.open(CommPortIdentifier.java:369)
at SerialConnection.openConnection(SerialConnection.java:89)
at Sender.send(Sender.java:44)
at SMSClient.run(SMSClient.java:39)
at java.lang.Thread.run(Thread.java:595)
--------------------------------------------------------------------------------
As we are newbies we are not able to trace where the actual problem is...
We have used this modem in windows env and it runs perfectly..
We have tried confirguring minicom also to try to send sms but we have failed in doing so..
We have already put around 20 hours trying to find the error but with no use..
Please help!!!..
View Tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Related Tutorials
Program using concept of byte long short and int in java
Update contents of a file within a jar file
Tomcat and httpd configured in port 8080 and 80
Count number of vowels, consonants and digits in a String in Java
Student marks calculation program in Java
Calculate gross salary in Java
Calculate average sale of the week in Java
Vector in Java - Sample Program
MultiLevel Inheritance sample in Java
Archived Comments
1. hi i m deepika mittal . i m working on the same pr
View Tutorial By: deepika Mittal at 2009-05-30 06:55:22
2. From the last 2 year. i'm working on hibernate fra
View Tutorial By: nick at 2011-01-03 02:11:48
3. I want to know more about Java Garbage collection,
View Tutorial By: Prosenjit Kundu at 2010-05-08 09:42:40
4. how to declare Array ?? in LINUX
i m try th
View Tutorial By: Chand at 2012-03-18 06:47:09
5. [English]
Good morning ... the question ari
View Tutorial By: Federico at 2012-06-01 13:55:13
6. How can I save the canvas edited by the user from
View Tutorial By: pavan at 2014-10-14 08:26:55
7. Your Work is Good, But i want to ask if there is a
View Tutorial By: Good Muyis at 2011-01-08 09:47:14
8. Hello, this is working fine with jpg file. But I w
View Tutorial By: Ray at 2015-09-01 04:18:00
9. Can any one help me writing the code...
In
View Tutorial By: Prajwal at 2011-11-08 10:19:58
10. place both comm.jar and javax.comm.properties in l
View Tutorial By: Rania at 2010-09-14 19:52:49