Sotck response of AT command in string variable (Arduino)

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

Try searching for arduino “at commands” library for some code that speaks AT commands; also searching for XBEE code may turn up something.