Hello everyone,I'm currently using a TC65 module to send SMS messages from my application. We do this by simply sending the correct AT-commands to the serial port. Works flawlessly. However, we would like to extend this functionality. Whenever our application goes down, we would like to send an alarm SMS to a specified number.I was thinking of doing this by deploying a Java application on the TC65. This application would receive a heart-beat signal from our application and whenever the heart-beat is lost, it would send a SMS message. However, we would still like to be able to send regular AT commands over the serial port.When reading the Java user guide and the FAQ I saw the following statements:Java User Guide: "Without a running Java application the module can be controlled by sending AT commands overASC0"FAQ: 3 Can i use a GPRS connection with both a running java program and my PC?No. The chip either does java or modem. You could eventually simulate a modem within a java app. But I doubt that it would be very useful.So it looks like I cannot use the modem functionality whenever a Java app is running.My question: Is the scenario I'm describing possible using the TC65? If not, does anyone have a suggestion on how to implement the scenario using a different strategy?Thanks in advance!Wilbert van Dolleweerd--
javacint group - http://www.javacint.com/