Telnet Program

Tim Roberts timr at probo.com
Thu Jan 31 02:33:51 EST 2008


"paul.zorn at gmail.com" <paul.zorn at gmail.com> wrote:
>
>Thank You for the response. I did set the debugging level. I get back
>this.
>
>Telnet(192.168.2.75,5000): recv 'Password: '
>Telnet(192.168.2.75,5000): send '*****\n'
>Telnet(192.168.2.75,5000): recv '\r\x00\r\nlogged in successfully\r\n'
>Telnet(192.168.2.75,5000): send '\n\n'
>Telnet(192.168.2.75,5000): Sending AT
>Telnet(192.168.2.75,5000): send 'AT\r\n'
>Telnet(192.168.2.75,5000): recv '\r\x00'
>
>So I on this command I should be getting back a 'OK' or 'ERROR'. But I
>am not seeing it. I feel like I am missing something. Not sure what
>would be the or is it the telnet application itself.

Are you talking to a modem here?  Are you sure you don't need +++ to get
its attention before sending AT commands?
-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the Python-list mailing list