Open GoogleCodeExporter opened 8 years ago
I solved it. The reason was, that the module was in the sleep mode. Because of
that, the library couldn't communicate with the module.
To reset the module through the AT command is only possible if the DTR pin is
high. But a reset was not the solution.
I had to call:
AT+CSCLK=0 // deactivate sleep mode
AT&W // save settings
The solution came through the Arduino forum:
http://forum.arduino.cc/index.php?topic=179654.0
So be carfully with calling AT+CSCLK=1
Original comment by felixgro...@gmail.com
on 31 Jul 2013 at 3:34
Thank you for reporting your experience. This will be helpfull to other.
Anyway this issue section is not longer supported.
Next time please check the support page and forum at www.gsmlib.org
Original comment by martines...@gmail.com
on 10 Aug 2013 at 7:35
Original issue reported on code.google.com by
felixgro...@gmail.com
on 27 Jul 2013 at 8:19