Q:
I am getting the following error:
Exception javax.comm.NoSuchPortException
A:
The Java SMS API needs Java Communications API correctly installed in order to communicate with a serial port or a USB emulated serial port
Be sure to correctly install and test Java Communication API before continue developing with Java SMS API
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Q:
I am getting the following error:
Exception javax.comm.NoSuchPortException
A:
The Java SMS API needs Java Communications API correctly installed in order to communicate with a serial port or a USB emulated serial port
Be sure to correctly install and test Java Communication API before continue developing with Java SMS API
i need to send sms through my java proj using my phone connected Serial to computer.
Yours is great,i wanted to use it in my proj.
When is did everything ,it give me this error
The constructor SerialToGsm(string) is not visible.
Could u tell me how to resolve this.
i added yours two .java files into a package and imported.
Also
i installed java comm and everything is set.
when i connected my GSM phone to laptop it is connected through Serial port- COM12
how can i specify that in this field of porta
should i change it to serial1 because i have two serial connections
COM3
COM12
so should i specify it as
serial1 ?????
waiting for your reply.