Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in ::getNumSMS()? #93

Open
jockm opened this issue Mar 17, 2018 · 0 comments
Open

Error in ::getNumSMS()? #93

jockm opened this issue Mar 17, 2018 · 0 comments

Comments

@jockm
Copy link

jockm commented Mar 17, 2018

I am just browsing the source, but based on my own experiments with the SIM800L I think there is an error in ::getNumSMS()

On line 482 of Adafruit_FONA.cpp we see the following code

if (sendParseReply(F("AT+CPMS?"), F(FONA_PREF_SMS_STORAGE ","), &numsms))

But shouldn't that be sending "AT+CPMS=" and not AT+CPMS? a quick test with my own SIM800L module shows that using ? instead of = generates ERROR.

Am I missing something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant