SMS/GPRS command - setparam
Appearance
SMS/GPRS commands > SMS/GPRS command - setparam

NOTE! This page describes SMS/GPRS commands for FT/AT devices, if not indicated otherwise.
Description
Change configurable parameter value.
Syntax
setparam <param_id1>:<value>;<param_id2>:<value>;...
Arguments
| ARGUMENT | ARGUMENT DESCRIPTION |
|---|---|
| <param_id> | Parameter ID |
| <value> | New parameter value |
Examples
| REQUEST | OUTCOME | RESPONSE |
|---|---|---|
| setparam 2001:wap | Success | New value 2001:wap |
| setparam 2001:wap;2002:user;2003:pass | Success | New value 2001:wap;2002:user;2003:pass |
| setparam 001:wap | Fail | WARNING: Not supported Param ID or Value detected |
| Fail | Error while configuring parameters |