Operating system name and version: Ubuntu 10.4 64
Version of smsd: 3.1.6
Smsd installed from: package repository
Name and model of a modem / phone: Wavecom Fastrack Go
Interface: serial
GSM modem works fine in minicom with hardware flow control on, 115200,8N1, /dev/ttyS0 - I can send sms messages okay with minicom.
/etc/smsd.conf
[WAVECOM]
device = /dev/ttyS0
incoming = no
mode = new
rtscts = yes
baudrate = 115200
read_timeout = 5
When starting smsd I get the following in the log file.
2010-08-18 14:08:37,5, WAVECOM: Modem handler 0 has started. PID: 19356. Will only send messages.
2010-08-18 14:08:37,5, WAVECOM: Using check_memory_method 1: CPMS is used.
2010-08-18 14:08:37,6, WAVECOM: Checking if modem is ready
2010-08-18 14:08:37,7, WAVECOM: -> AT
2010-08-18 14:08:37,7, WAVECOM: Command is sent, waiting for the answer
2010-08-18 14:08:37,7, WAVECOM: <- O
*2010-08-18 14:08:37,7, WAVECOM: ->
2010-08-18 14:08:38,7, WAVECOM: Command is sent, waiting for the answer
2010-08-18 14:08:43,7, WAVECOM: put_command expected (OK)|(ERROR), timeout occurred. 1.
* looks like this line it is sending some garbage it's a little square character.
Any ideas?
Thanks,
Matt