Telnet enabled on socket
emulation.telnet
Boolean. True if the socket is a Telnet socket. False if a raw socket.
When true you should perform byte-stuffing for the 0xff character in the script. i.e. 0xff should be sent as 0xff 0xff.
true
0xff
0xff 0xff