SARENT-SORENTO / gsm-shield-arduino

Automatically exported from code.google.com/p/gsm-shield-arduino
0 stars 0 forks source link

GSM_GPRSLibrary_Client.ino: many long delays on initializing #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Are these delays mandatory?

row 42:
//[] gsm.attachGPRS
  delay(10000);

row 50:
  delay(5000);
  gsm.SimpleWrite("AT+CIFSR\r");
  delay(5000);

=> 20 extra seconds just for initializing 

Original issue reported on code.google.com by aapo.rantalainen on 16 Jan 2012 at 4:09

GoogleCodeExporter commented 9 years ago
They are not mandatory is just to be sure that everything works, if it works 
without you can remove them.

Original comment by martines...@gmail.com on 18 Jan 2012 at 9:53

GoogleCodeExporter commented 9 years ago
The change for this is done now.

Original comment by martines...@gmail.com on 23 Apr 2012 at 6:30

GoogleCodeExporter commented 9 years ago
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