in reply to Net::Telnet and VT100 Term Types
On the other hand, it could be that you are connected to the VT100, but nobody is typing anything. After all, a VT100 is just a terminal, not an active device.
Also: are you using Net::Telnet::cmd to send your communications to the VT100? If you are, you may be having a problem with a mis-set prompt, or line separator.
Try using Net::Telnet::get or Net::Telnet::getline (both with a timeout set), to see if you get any data that way.
And if it's none of the above, show us some code. It might give us a better idea of what you're trying to do.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Net::Telnet and VT100 Term Types
by gridlock (Novice) on Mar 03, 2004 at 17:01 UTC |