I am using an Arduino Mega board with a SIM900 GSM.
My goal is to be able to text the GSM with a value of two digits (ex: 79) and then store that value as a variable in the code.
I know how to set up the Mega and the GSM in terms of wiring and initialization of ports, but I am not sure what command/ combinations of commands I should use to take the incoming data from the GSM and store it as a variable.
If anyone can help me with this I would greatly appreciate it.