I'm trying to send a sms message with a "Wavecom WMOD2 GSM Modem"
I have been using the AT commands below.
AT+CMGS="999999999999"
test msg <ctl-z>
but it returned an "ERROR" each time so I used AT+CMEE=1 to turn on error numbers and the error response was +CMS ERROR: 512
which means "CMS ERROR: 512 User abort" according to
http://www.activexperts.com/xmstoolkit/sms/gsmerrorcode...
I then used AT+CREG? which responds with +CREG: 0,2 , this seems to be the problem the "2" means not registered, ME currently searching a new operator to register to.
But why it all ways searching why does it not connect?
I have checked my signal with AT+CSQ and get a reply of +CSQ: 23,0 and from what I have read this is a good signal?
I have tested the sim-card in my phone and it works fine I can connect and send sms messages.
Any help would be appreciated.