vthh94 / gsm-shield-arduino

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

IP-address = 20 * SimpleRead (GSM_GPRSLibrary_Client.ino), safe? why? how? #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What is happening in here:

example/GSM_GPRSLibrary_Client/GSM_GPRSLibrary_Client.ino:44
(and example/GSM_GPRSLibrary_Server/GSM_GPRSLibrary_Server.ino:45)

 //Read IP address.
 int i=0;
 while(i<20){
   gsm.SimpleRead();
   i++;
 }
-is there ALWAYS coming exactly 20 characters? (or it is safe to read a
little bit more?
-is this mandatory step?
-is it used for something? (how to just read IP-address can be used?)

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

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

Original comment by martines...@gmail.com on 13 May 2012 at 9:56

GoogleCodeExporter commented 8 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