Packages/luci/applications/luci-app-3ginfo-lite/root/usr/share/3ginfo-lite/check.gcom
2025-01-26 23:22:28 +08:00

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