Created
December 11, 2017 11:34
-
-
Save zoutepopcorn/687d789b96280e00f9b9169f6ae97dbb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// DISABLE PIN CODE | |
AT+CPIN? | |
> +CPIN: READY | |
> OK | |
AT+CLCK="SC",2 | |
> +CLCK: 1 //query SIM PIN status 0 = sim pin disabled | |
> OK | |
AT+CLCK="SC",0,"0000" //disable sim pin usage | |
> OK | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment