hsodisconnect.comgt 210 B

12345678910111213141516171819
  1. opengt
  2. set com 115200n81
  3. set senddelay 0.02
  4. waitquiet 1 0.2
  5. flash 0.1
  6. :start
  7. send "AT_OWANCALL=1,0,0^m"
  8. waitfor 2 "OK"
  9. if % = -1 goto error
  10. if % = 0 goto continue
  11. :error
  12. exit 1
  13. :continue
  14. exit 0