Parent Directory
|
Revision Log
|
Patch
| revision 3803 by markus, Tue Aug 26 20:25:21 2008 UTC | revision 3804 by markus, Thu Oct 2 11:04:08 2008 UTC | |
|---|---|---|
| # | Line 18 opengt | Line 18 opengt |
| 18 | print "User: ",$u,"\n" | print "User: ",$u,"\n" |
| 19 | print "Pass: ",$p,"\n" | print "Pass: ",$p,"\n" |
| 20 | send "AT$QCPDPP=1,1,\"" | send "AT$QCPDPP=1,1,\"" |
| send $u | ||
| send "\",\"" | ||
| 21 | send $p | send $p |
| 22 | send "\",\"" | |
| 23 | send $u | |
| 24 | send "\"^m" | send "\"^m" |
| 25 | waitfor 2 "OK" | waitfor 2 "OK" |
| 26 | if % = -1 goto error | if % = -1 goto error |
|
||||||||
| root@freewrt.org:443 | ViewVC Help |
| Powered by ViewVC 1.1.20 |