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

GsmWebClient example for GSM shield v2 does not work since v.1.5.7 #4071

Closed
ghost opened this issue Nov 3, 2015 · 2 comments
Closed

GsmWebClient example for GSM shield v2 does not work since v.1.5.7 #4071

ghost opened this issue Nov 3, 2015 · 2 comments
Assignees

Comments

@ghost
Copy link

ghost commented Nov 3, 2015

I have noticed that the GsmWebClient example

http://arduino.cc/en/Tutorial/GSMExamplesWebClient

stopped working properly since Arduino IDE v.1.5.7. I have been doing tests and the problem is that the logo is not shown properly in the serial monitor window. Sometimes appears a part of the logo (some characteres) and noticed that the horizontal scroll bar is moving constantly to the right, so the logo is not shown and not completed. The disconnecting message is not shown, it seems to be in a loop writing spaces on the log.

Tests has been done using the newest Arduino GSM Shield v2 and different IDE versions including the lastest today v.1.6.6. All cases the Windows versions (in fact 8.1) and using 9600 bauds for the connection.

However using Arduino v.1.5.6-r2 that example works fine. So maybe the reason is in the GSM libraries included since v1.5.7.

Two SIMS used for the tests and in all cases with GPRS connectivity available.

Best Regads

@ghost
Copy link
Author

ghost commented Nov 14, 2015

As I have explained in one thread in Arduino.org

http://labs.arduino.org/tiki-view_forum_thread.php?comments_parentId=988&topics_offset=2

the origin of the mentioned problem was that I had been using a compatible board DCcEle DCcduino UNO and not the original Arduino UNO R3 board. I tested with the original board and finally the GsmWebClient example worked fine with Arduino IDE 1.6.6 from Arduino.cc.

However as I said in that thread there might be something different in the source code that causes the problem mentioned with GsmWebClient example and the 1.6.6 version from Arduino.cc. However I tested that this problem did not appear using the 1.5.6-r2 version, that example worked fine with the DCcduino compatible board and the GSM Shield 2, therefore something in the code changed between the versions 1.5.6-r2 and 1.6.6 from Arduindo.cc that made the example did not work properly with that DCcduino compatible board as I described.

It would be interesting if you could check the GSM libraries or other code to solve this incompatibility for those users that own compatible boards as DCcduino and GSM Shield 2 and want to use the Arduino IDE from Arduino.cc.

Many thanks for your assistance.
Best Regards

@agdl
Copy link
Member

agdl commented Jul 12, 2016

This issue was moved to arduino-libraries/GSM#3

@agdl agdl closed this as completed Jul 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants