I'm trying to write an application in Python for controlling a video switcher via Telnet. I can "remote" control the switcher by using simple Telnet commands I
I'm running the command: tn = telnetlib.Telnet(HOST, PORT) tn.write(b'LOGIN:::CTAG::UN=admin,PWD=admin;') tn.write(b'LST-UNREGONU::OLTID=10.0.8.220:CTAG::;')