Last active
December 20, 2016 13:52
-
-
Save vallettea/00dc34862bfc4991c3f5378800797b66 to your computer and use it in GitHub Desktop.
remove pin code on sim when default is 1234
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
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