Page 1 of 1

Sotck response of AT command in string variable (Arduino)

Posted: Sat Nov 11, 2017 10:09 am
by Alex1875
Hi

I am using Arduino UNO with a shield for AT commands.
I am trying to receive an SMS on my cellphone containing the reply of the AT commands .
Fot exemple, I would like to receive the "OK" reply in SMS on my cellphone or to stock it in a variable in arduino when my arduino code has the "AT" AT command inside it.
I tried many times and different wasn't able to do ité
Could you please tell me how I could do it ? is there an exemple?

Thank you

Re: Sotck response of AT command in string variable (Arduino)

Posted: Sun Nov 12, 2017 9:00 am
by n1ist
Try searching for arduino "at commands" library for some code that speaks AT commands; also searching for XBEE code may turn up something.