fix URL in specfile - rm svn-keywords
[comgt.git] / GPRS.txt
1 #Set GPRS only mode
2 set com 115200n81
3 set senddelay 0.05
4 waitquiet 1 0.2
5 send "AT_OPSYS=0^m"
6 print "Setting GPRS only mode\n"
7     get 2 "^m" $s
8     get 2 "^m" $s
9 print $s
10