i want to restart gprs. i did sim subscribe and unsubscribe. but
i didnt get gprs start . how to do that gprs reconfiguration when apn changed?
Initially gprs activate OK. is there any steps follows to gprs reactivate with out restart modem?
i got problem restarting modem everytime when apn changed . why?
can anybody tell me regarding this problem ?
This is normally an infrequent operation, so a reset is pobably not a problem - so long as you make it a “clean” rest (AT+CFUN=1), and not just a power-cycle or the RESET pin…
thanks for reply.
i need gprs reactivate with out using at+cfun=1.
is there any events handler or routines to detect apn fail or reconfigure functions?
How to reconfigure , gprs connection fail when signal is not there ?
i am using tcpclient example source.
If you’re using WIP, you should do all bearer management through WIP - don’t try to “go behind its back” with “raw” AT Commands.
However, monitoring the GPRS and CGREG events can be useful to detect if WIP has got into an inconsistent state. When that happens, a reboot is probably the best recovery mechanism…