-
-
Notifications
You must be signed in to change notification settings - Fork 7k

Description
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