No data output on: numdata=inet.httpGET("www.google.com", 80, "/", msg, 50);
GoogleCodeExporter opened this issue · 6 comments
GoogleCodeExporter commented
1. On Arduino 1.0.4, open the Library_Client example the is distributed with
the package.
2. Configure the service provider GPRS details.
3. Upload the sketch to Arduino Duemilanove and watch the serial monitor.
What is the expected output?
It is expected that,m when the "numdata=inet.httpGET("www.google.com", 80, "/",
msg, 50);" is executed, the variable "numdata" is filled with the number of
bytes transfered and the "msg" array with the output of the SIM900 module.
What do you see instead?
Instead I get:
GSM Shield testing.
status=READY
status=ERROR
GSM Shield testing.
status=READY
status=ATTACHED
10.86.87.85
Numero di byte ricevuti:
50
Data recived:
What version of the product are you using? On what operating system?
Library v305
Arduino 1.0.4
Arduino Duemilanove
Windows XP
Original issue reported on code.google.com by nelson.s...@lancefinal.com.br
on 15 Mar 2013 at 2:51
GoogleCodeExporter commented
Does this issue came out each time or just occasionally?
Try to push the reset button and do the test again.
Marco
Original comment by martines...@gmail.com
on 20 Mar 2013 at 9:50
GoogleCodeExporter commented
Hello Marco,
Every each time...
Did the reset button test and still the same...
Original comment by nelson.s...@lancefinal.com.br
on 20 Mar 2013 at 12:40
GoogleCodeExporter commented
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:26
GoogleCodeExporter commented
[deleted comment]
GoogleCodeExporter commented
i can confirm #1
Original comment by stefan.hoerterer
on 10 May 2013 at 9:26
GoogleCodeExporter commented
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