I am trying to access and send SMS through Wavecom’s FXT-009 using Serial Port in Java. I have tried retrieving input and outstreams from the SerialPort object but when I write “AT” commands to the outputstream thread I don’t get any response on the inputstream thread.
The modem and commands work perfectly fine in the eclipse based Wavecom IDE.
Implementing a thread with the SerialPortEventListener worked for me