AT Command

Description

AT!ENTERCND command is used to unlock the password-protected AT Commands in the Sierra Wireless modules.


Support

Sierra Wireless Module Tutorial

Examples

KeywordsAT!ENTERCND syntax, examples, parameters, error, input, response.

Try the below script in the AT Command Tester tool

//Script: at!entercnd
//Enable password-protected AT commands in Sierra Wireless module

//Enter the password
AT!ENTERCND="1234"

//Wait
WAIT=1

//Get the current password
AT!ENTERCND?

Output of the above script in the AT Command Tester tool

AT!ENTERCND="1234"

OK
Password protected commands are unlocked

AT!ENTERCND?

1234

OK
Password is 1234