mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-08-02 23:49:34 +08:00
18 lines
221 B
Plaintext
Executable File
18 lines
221 B
Plaintext
Executable File
opengt
|
|
set com 115200n81
|
|
set comecho off
|
|
set senddelay 0.02
|
|
waitquiet 0.2 0.2
|
|
flash 0.1
|
|
|
|
:start
|
|
send "AT+CREG=2^m"
|
|
waitfor 1 "OK"
|
|
send "AT+CREG?^m"
|
|
waitfor 1 "+CREG: "
|
|
get 1 "^m" $s
|
|
print $s
|
|
|
|
:continue
|
|
exit 0
|