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

10s for one loop() #48

Closed
GoogleCodeExporter opened this issue Mar 20, 2015 · 3 comments
Closed

10s for one loop() #48

GoogleCodeExporter opened this issue Mar 20, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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

@GoogleCodeExporter
Copy link
Author

Original comment by martines...@gmail.com on 11 Dec 2012 at 5:01

  • Changed state: Done

@GoogleCodeExporter
Copy link
Author

This issue section is not longer supported.
Please check the support page www.gsmlib.org 

Original comment by martines...@gmail.com on 6 Jul 2013 at 11:27

  • Changed state: Fixed

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

No branches or pull requests

1 participant