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

httpGET() always returns empty array, even though data has been read. #96

Open
GoogleCodeExporter opened this issue Mar 20, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

To reproduce the problem..
0. Using SIM900 breakout board with Arduino Micro
1. open GSM_GPRSLibrary_Client example
2. comment out the section in the loop
3. httpGET() returns bytes read, with an upper limit on resultlength, but 
nothing is returned inside of result.

Shouldn't "msg" contain the data that has been read from the website?

this is the resultant log I get:
---------------
>.
>.
>.
>Number of data received:
>50
>
>Data received:
----------------

Original issue reported on code.google.com by [email protected] on 21 Jan 2014 at 4:05

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