|
Try the below script in the AT Command Tester tool
//Script: at!udpid.at //This AT command is used to set the PID in the USB descriptor the Sierra Wireless modules. //Enter the password AT!ENTERCND="1234" WAIT=1 //Query the at!udpid support AT!UDPID=? WAIT=1 //Get the current USB PID of the Sierra Wireless modem AT!UDPID? WAIT=1 //Set the APP ID and PID of the Sierra Wireless modem AT!UDPID=68C0, 68C0
Output of the above script in the AT Command Tester tool
AT!ENTERCND="1234" OK Password protected commands are unlocked AT!UDPID=? APP BOOT 9041, 9040 9054, 9054 9056, 9056 68A2, 68A2 68B1, 68B0 68C0, 68C0 OK AT!UDPID? !UDPID: APP : 68C0 BOOT: 68C0 OK AT!UDPID=68C0, 68C0 OK