P
pablo.barbachano
Hi, I'm just developing a small script that communicates with a small
piece of hw. The hw switches between modes when you press Control-6.
How can I send that from Net::Telnet? I suppose that the ->put($value)
is the most suitable since it doesn't add a "\n" at the end, but what
is the $value I have to put there? AFAIK control-6 is not one of the
ASCII escape sequences, is it?
Thanks in advance
Pablo
piece of hw. The hw switches between modes when you press Control-6.
How can I send that from Net::Telnet? I suppose that the ->put($value)
is the most suitable since it doesn't add a "\n" at the end, but what
is the $value I have to put there? AFAIK control-6 is not one of the
ASCII escape sequences, is it?
Thanks in advance
Pablo