saving configuration

I configure Wavecom Fastrack Supreme Modem with a private APN and I activate the PDP context (at+cgact). But when the modem turn off and the it turns on I need to set the APN and activate the PDP context again.

How can I save all those settings?

Hi,

Did you use the the AT+CGDCONT command to specify PDP context parameter values for a PDP context identified by the local context identification parameter.
for example :

AT+CGDCONT=1,“IP”,“xyz.com(APN name)”

then issue at+cgact coammnd to activate the specified PDP context.

The parameters are stored in EEPROM withut using the AT&W command.

You can try using AT&W once.

Thanks.

Thanks