I have a GPRS module Libelium and I want to send a text message to my Arduino and then retrieve information from SMS. I send the text message but I do not know that it happens datatype and how to read these details?
If someone has already done this project I want your advice please.
Best way to start is, if it has a serial or usb interface, connect it to a computer and then test out the AT command list in the datasheet through hyperterminal. Once you know what you want, move on to Arduino.