Open szuwix opened 7 years ago
Hello, in function "getNumberSms(uint8_t index)", what number did you use as argument "index"? According to datasheet, "index" is the value in the range of location numbers supported by the associated memory.
https://www.elecrow.com/download/SIM800%20Series_AT%20Command%20Manual_V1.09.pdf
See page 117.
You could try to edit line 500 with uint8_t _idx1=_buffer.indexOf("AT+CMGR=");
Does the function "readSms(uint8_t index)" work on your system?
Hello.
Function getNumberSms not working for me. When i uncomment 497 line: //Serial.println(_buffer.length()); always get : 0