mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-30 22:11:26 +08:00
16 lines
195 B
Plaintext
Executable File
16 lines
195 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\^SIND="psinfo",2^m"
|
|
waitfor 2 "SIND: "
|
|
get 2 "^m" $s
|
|
print $s
|
|
|
|
:continue
|
|
exit 0
|