i have made some progress this morning. first of all i discovered the correct device to use on my freebsd box and how to test it. i can now do:

cu -s 115200 -l /dev/ttyU0

i then get connect and can type in commands:

Connected
at
OK

so it speaka my language. so i changed smskannel.conf to:

group = smsc
smsc = at
smsc-id = WT
modemtype = auto
dev = /dev/ttyU0
speed = 115200
port = 10000
connect-allow-ip = 127.0.0.1
log-file = "/var/log/smsc.log"
log-level = 0

tail -f /var/log/smsc.log shows (i'm rewriting this by hand so some formatting omitted):

opening device
speed set to 115200
Couldnot write to device
System error 35: Resource temporarily unavailable

Do i need to configure my modem type differently? i read in Appendix A that module at has been dropped and module at2 is now called at. if i type at2 when connected to the device via cu, then i get ERROR. does this mean that i should install a version of kannel prior to 1.2.x in order to use the at module?

cheers

iain


Reply via email to