
I've searched the web and found no real attempt to handle error codes from the shield. True, Geeetech's sample program issues a 'AT + CEER=?' command, but it does nothing with the result, and there's no indication that there <is> a result. Surely, people are interested in whether it worked or not? I've been programming for 48 years (though not in the micro world!), and it always seemed to me that checking for errors and exceptions was vitally important. I've checked everything I can think of, and all I can imagine now is that I've missed something very simple and very obvious: I don't mind looking a fool, but I would like to know!
My Arduino is UNO, Rev 3; my arduino software is 1:1.0.5+dfsg2-2, my GPRS shield is the original (not V2.0, but <1 month old) and I use ino as an IDE (can't wean myself off vi!) This problem is destroying my life - any help would be very welcome

Edit: Oh, dear . . . I've just looked at the first example on the Wiki page. It works, of course. I was getting confused in passing object references around. Sorry to have taken up space and time!
AlanJ