im new to the whole arduino world but i have been messing around with examples.
I have a tinysine gsm sim900 module and im wanting to receive texts but every example i have found and tried to use does not work. the example located here (http://arduino.cc/en/Tutorial/GSMExamplesReceiveSMS#.UxE-lvldWSo) gives me this error when i check the code.
sketch_feb28a:60: error: ‘sms’ was not declared in this scope
Please use [code] tags, and it looks like you didn’t declare the GSM library.
Have a look at this page: http://forum.arduino.cc/
Read all the libraries, use those instead, since your code seems to be using Serial…
If you want to use your own,
Add to the top of your code: