Skip to content

Instantly share code, notes, and snippets.

@vallettea
Last active December 20, 2016 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vallettea/00dc34862bfc4991c3f5378800797b66 to your computer and use it in GitHub Desktop.
Save vallettea/00dc34862bfc4991c3f5378800797b66 to your computer and use it in GitHub Desktop.
remove pin code on sim when default is 1234
ls -al /dev/tty.*
screen /dev/tty.usbmodem1411 115200
AT+CPIN="1234"
AT+CLCK="SC",0,"1234"
# http://dostmuhammad.com/blog/disable-pin-code-using-gsm-modem-at-commands/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment