Author |
Post |
|
#1 Mon Nov 22, 2010 12:06, 170 months ago.
|
Member
Registered: Nov 2010
Location: Germany
|
Operating system name and version: Ubuntu 10.10 Version of smsd: 3.1.14 Smsd installed from: sources Name and model of a modem / phone: nokia 6310i Interface: usb-serial-converter Hi, i have a major problem with smstools3. i can't send sms . First i tried a other programm (gnokii) and with it, it works. smsd.conf devices = GSM1 logfile = /var/log/smsd.log loglevel = 7
[GSM1] device = /dev/ttyUSB0 pin = 5952 incomming = no
smsd.log GSM1: -> AT GSM1: Command is sent, waiting for the answer GSM1: put_command expected (ok) | (error), timeout occured GSM1: <- GSM1: -> AT GSM1: Command is sent, waiting for the answer
The sms is moved from outgoing to checking. All my SMS are now stored in checking but smstools3 dont't sent them out . Need help p.s: excuse my terrible english
|
|
#2 Mon Nov 22, 2010 12:22, 170 months ago.
|
Administrator
Registered: May 2009
Location: Jyväskylä, Finland
|
Your device does not answer. Assuming that ttyUSB0 is correct port, you could try with lower baudrate, like baudrate = 19200 or baudrate = 9600.
Have you checked what baudrate was used with Gnokii?
|
|
#3 Mon Nov 22, 2010 12:38, 170 months ago.
|
Member
Registered: Nov 2010
Location: Germany
Topic owner
|
Thx for the ultra-fast answer.
gnokii-baudrate is set to 19200.
I set the same baudrate in the smsd.conf but it doesn't change anything. My device is correct.
dmesg | tail output:
[ 4195.585963] pl2303 ttyUSB0: pl2303 converter now disconnected from ttyUSB0 [ 4195.585977] pl2303 5-1:1.0: device disconnected [ 4204.988029] usb 5-1: new full speed USB device using uhci_hcd and address 3 [ 4205.149160] pl2303 5-1:1.0: pl2303 converter detected [ 4205.161206] usb 5-1: pl2303 converter now attached to ttyUSB0
|
|
#4 Mon Nov 22, 2010 12:55, 170 months ago.
|
Administrator
Registered: May 2009
Location: Jyväskylä, Finland
|
Probably this will not help, but as I have no ideas left, try with a modem setting send_handshake_select = no. Remember that settings takes effect after smsd is restarted.
|