JATComm is an application to use a mobile phone connected to your PC to send SMS messages.
It has three parts:
* Serial Connection - handles the serial connection to the mobile phone using
... [More]
RXTX library and sends SMS messages through AT commands.
* SMS Server - a server using RESTlet library to deploy a remote service to send SMS messages.
* SWING client - uses RESTlet to connect to the remote service as a client.
The project supports sending message
messages with a number and message, or using a XML version of a single SMS, or a XML version a batch of SMS messages, all sharing the same prefix. It uses XStream for XML to Object mapping.
The AT code was done for a Motorola V980 mobile phone. [Less]