mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-08-01 07:07:52 +08:00
14 lines
183 B
Plaintext
14 lines
183 B
Plaintext
opengt
|
|
set com 115200n81
|
|
set comecho off
|
|
set senddelay 0.01
|
|
waitquiet 0.01 0.01
|
|
|
|
send "AT+CPIN?^m"
|
|
waitfor 2 "OK" "+CME ERROR"
|
|
if % = -1 goto timeout
|
|
exit 0
|
|
|
|
:timeout
|
|
exit 1
|