You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
I am using the code of the GSM_GPRSLibrarySMS. The called function is:
gsm.readSMS(smsbuffer, 160, n, 20)
One function call will need exactly 10s which cause, that my loop() will need
also 10s for one cycle.
What I have tried:
1) Change bautrate to 2400, 4800, 9600. => Nothing changed
2) Opened SIM900.cpp and change inside the readSMS(...) function the
gsm.WaitResp(5000, 50, "OK"); to a shorter wait period => Nothing changed.
How can the problem be solved? In the old library, the cycle speed was higher.
What version of the product are you using? On what operating system?
GSM SIM900 with version 3.03 on Windows 7.
Thank you for any hints.
Felix
Original issue reported on code.google.com by felixgro...@gmail.com on 30 Oct 2012 at 8:50
The text was updated successfully, but these errors were encountered:
2) Opened SIM900.cpp and change inside the readSMS(...) function the
gsm.WaitResp(5000, 50, "OK"); to a shorter wait period => Nothing changed.
this should solve your problem... Does it happen also when you have a new SMS
or ever?
Original comment by martines...@gmail.com on 12 Nov 2012 at 11:05
Original issue reported on code.google.com by
felixgro...@gmail.com
on 30 Oct 2012 at 8:50The text was updated successfully, but these errors were encountered: