Hi, I'm trying to setup an SMS gateway on Linux via a Nokia 5190/6190. Cable used is the DAU-9P. Problem is that Kannel cannot "talk" to the phone. >From the log, you can see Kannel issuing "AT" commands but phone never replied.
My configuration is this: group = smsc smsc = at2 smsc-id = 5190 modemtype = auto device = /dev/ttyS1 speed = 9600 The interesting behaviour is that I was able to connect to the phone via TeraTerm - a windows serial connection terminal and issue AT commands to the phone. BUT, cannot do that with minicom. I can see data going through /dev/ttyS1 using a sniffer but just can't connect to it properly. Tried all speed settings too. However, gnokiid was able to let me send "AT" commands to the /dev/gnokii properly. But using /dev/gnokii as the "device" doesn't work. This was recently discussed in the list. My guess is that 5190/6190 nokia phones I had doesn't have a GSM modem in them (??). Or that its command set is not supported by Kannel (??). Have anyone successfully used a 5190/6190? If so, can you please tell me your recipe? I've seen success with Nokia 6210 & 7110 in this list's archive. But, those phones doesn't support North America's 1900 band. What phone/modem can you recommend for use here? Rest of the world have cool toys but us :( Thanks very much for any help/advice. Winston