SetDefaultPinCode: Difference between revisions
Jump to navigation
Jump to search
m (added Category:R2D2 using HotCat) |
m (added Category:SIM using HotCat) |
||
| Line 41: | Line 41: | ||
[[Category:R2D2]] | [[Category:R2D2]] | ||
[[Category:SIM]] | |||
Latest revision as of 09:50, 2 April 2025
This command sets a default PIN code for the specified GSM port.
COMMAND
| Command | Line Arguments | Returns |
|---|---|---|
| SetDefaultPinCode | Port index, PINCode | Error Code in case of error. |
OUTPUT
Command status in the following format:
"%s\n", command_status
EXAMPLE
~# SetDefaultPinCode 0 "0000"
OK
COMMAND
| Command | Line Arguments | Returns |
|---|---|---|
| DisablePinLock | Port index, PINCode | Error Code in case of error. |
OUTPUT
None
EXAMPLE
~# DisablePinLock 0 "1234"
OK