Seeed-Studio / GPRS_SIM900

library for GPRS shield with sim900 module.
MIT License
138 stars 96 forks source link

Fix timeout to prevent sent SMS error. #51

Closed essembeh closed 4 years ago

essembeh commented 4 years ago

I recently used your library to use my SIM900 shield. Each time I send an SMS, it is received by the recipient but the sendSMS always returns FALSE. I had to add an extra timeout and then the API returned TRUE.

Could maybe be useful to someone else.