|
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