Can't read SMS on the port serial. [GPRS + Arduino]

In your original example,

+CMGL: 1, "REC READ","+3247321"

the 1 indicates that the message is in memory location number 1

Use AT+CMGR= to read the message at a particular location. (e.g. AT+CMGR=1)