We are using the following WIP calls that sometimes fails outright (returns NULL), other times they work:
wip_TCPClientCreateOpts
wip_pingCreate
wip_FTPCreateOpts
The wip_TCPClientCreateOpts and wip_pingCreate calls fail intermittently, but recovers after some time automatically.
The wip_FTPCreateOpts fails and seems to only recover after the unit has been rebooted, we have not tested this a lot though and it might recover automatically after a while like the other two calls.
The unit’s GPRS is connected as I ran the CGREG and CGATT commands and got:
AT+CGREG?
+CGREG: 2,1,“02C8”,“DF21”
OK
AT+CGATT?
+CGATT: 1
OK
How can we obtain more information about why these calls fail? Is there a way to get WIP specific debug information and/or traces?