I am having trouble sending a command wihtout waiting for a response.
After I telnet in I send a command
GET_STATS <return>
<return>
then the data prints out.
However when I try to send the command like this:

$t->cmd("GET_STATS");

it times out becasue I think it is waiting for a response, however no data is returned until a second command is issued
$cs->cmd("");

There is no prompt once logged in.
Thanks in advance





--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to