Got some more Telit questions.
i need it to send me a text message after a GPIO or ADC is changed.
I was going to code this in and poll for it but the AT command list has the evmoni command in it that seems to indicate I can set it up to do this automatically. The problem is the commands don’t work and it doesn’t seem to support mulitple lines.
I can send sms messages with at+cmgs but they use at#cmgs with the EVMONI command to send a single line sms message.
I don’t have the gpio setup so I just tried the commands alone and they don’t work. at#cmgs just causes an error. I even checked the at command list for syntax and I have it correct. Even at#cmgs=? doesn’t work.
I’m using a GC864-Quad in case that matters.