David Anderson writes:
> I am trying to automate the following session - to talk to my router:
>
> telnet speedtouch
[...]
> I am using the following code:
[...]
> child.expect('sername : ')
> child.sendline('Administrator')
I've scripted communications with my Speedtouch 510 using pexpect: I us
David Anderson wrote:
I am trying to automate the following session - to talk to my router:
===
telnet speedtouch
Trying 192.168.1.254...
Connected to speedtouch.
Escape character is '^]'.
Username : Administrator
Password :
---
I am trying to automate the following session - to talk to my router:
===
telnet speedtouch
Trying 192.168.1.254...
Connected to speedtouch.
Escape character is '^]'.
Username : Administrator
Password :