vittorioexp / Sim800L-Arduino-Library-revised

The SIM800L Arduino Library is a simple and easy-to-use library for the SIM800L module, allowing for quick and efficient communication with the module using the Arduino platform.
GNU General Public License v3.0
101 stars 46 forks source link

readSms() function not working for me #11

Open desertshadow opened 6 years ago

desertshadow commented 6 years ago

The readSms() function(example code) does not display any response on the serial monitor. Anything inside other Serial.print() functions are appearing correctly. Any thing i might be missing?

vittorioexp commented 6 years ago

Hi @desertshadow , which other example sketches did you try? What output is shown? Are you sure you have received an SMS on the module? If so, try to change the variable "index" (for example to the value 0, 1, 2, 3, ...)