Skip to content

Instantly share code, notes, and snippets.

@zoutepopcorn
Created December 11, 2017 11:34
Show Gist options
  • Save zoutepopcorn/687d789b96280e00f9b9169f6ae97dbb to your computer and use it in GitHub Desktop.
Save zoutepopcorn/687d789b96280e00f9b9169f6ae97dbb to your computer and use it in GitHub Desktop.
// 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