mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 20:11:53 +08:00
20 lines
221 B
Plaintext
20 lines
221 B
Plaintext
opengt
|
|
set com 9600n81
|
|
set senddelay 0.02
|
|
waitquiet 1 0.2
|
|
flash 0.1
|
|
|
|
:start
|
|
waitfor 5 "$G"
|
|
if % = -1 goto timeout
|
|
if % = 0 goto continue
|
|
|
|
:timeout
|
|
print "ERROR"
|
|
exit 1
|
|
|
|
:continue
|
|
get 1 "^m" $s
|
|
print $s
|
|
exit 0
|