Hi, I have a GPRS Shield V2.0 that I have connected to an Arduino Uno. I tried running the test setup code from the wiki (http://www.seeedstudio.com/wiki/GPRS_Shield_V2.0), opened the serial monitor but nothing showed up (red light is on and green light blinks every 3 seconds). So I tried AT command “AT+IPR=19200” to set the baud rate of the SIM900 and recieved an “OK” Message. I then tried sending an SMS using the AT commands which worked fine. So it seems as though I can send AT commands, but when I start the device and open serial monitor I am unable to get the following (which is supposed to be displayed):
RDY
+CFUN: 1
+CPIN: READY
Call Ready
Any idea why the above isn’t printed on my serial monitor, and how to fix it? Thanks.