Well, I have a cellular shield and i can use X-CTU to type in all the at commands to send text msgs. EX:
at+cmgf=1
at+cmgs="214244****"
then i can type in what i want to send.
and then the ctrl-z.
i need a way to print these msgs with a Serial.print.
I'm trying to make it so if i press a push button it types these commands in using the serial print.
Any ideas?, is this even possible?