Javax.comm API & SMS
Hi All,
I would like to make an application to send & recieve
SMS messages from a mobile phone which is connected to my computer through nokia data cable.
Using the javax.Comm package it looks that the
application recognizes the port and I can interact
with it, but how can I send a SMS message?
Thanks in advance.
Kind Regards,
Srinivas
c.srinivasrao@lycos.com
[448 byte] By [
csr333] at [2007-9-26 1:16:46]

First of all your TA must support GSM 07.07 and 07.05 specs. Most WAP enabled phones and phones with buildin data modem support these features.
The second thing is to write some java code - encoding and decoding message PDUs, sending/receiving AT commands from mobile.
ProSyst's mBedded Server is capable of sending and receiving SMS using the method above. See http://www.prosyst.com/ for details.