vshymanskyy / TinyGSM

A small Arduino library for GSM modules, that just works
GNU Lesser General Public License v3.0
1.91k stars 709 forks source link

[M590] v1.30c AT+XIIC? Command #97

Closed pablogs9 closed 6 years ago

pablogs9 commented 6 years ago

Testing the library on a NeoWay M590 with firmware 1.30c we have realised that this version do not answer the AT+XIIC? command as expected:

Instead of this: +XIIC: 0,0.0.0.0

The answer is like this: +XIIC: 0.0.0.0

Due to this, isGprsConnected() and localIP() are not working as expected.

vshymanskyy commented 6 years ago

Sorry have no resources to validate different firmware versions. If anyone comes up with a solution, please send a PR. Thx!