mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-30 22:11:26 +08:00
20 lines
215 B
Plaintext
Executable File
20 lines
215 B
Plaintext
Executable File
opengt
|
|
set com 9600n81
|
|
set senddelay 0.02
|
|
waitquiet 1 0.2
|
|
flash 0.1
|
|
|
|
:start
|
|
send "AT^m"
|
|
waitfor 1 "OK"
|
|
if % = -1 goto error
|
|
if % = 0 goto continue
|
|
|
|
:error
|
|
exit 1
|
|
|
|
:continue
|
|
get 1 "^m" $s
|
|
print $s
|
|
exit 0
|