Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium

New issue 1729 by michael....@gmail.com: Add support for telnet commands in telnet library (esp break command)
http://code.google.com/p/robotframework/issues/detail?id=1729

Most serial consoles allows to send break conditions. Many of these will convert telnet BRK commands to break conditions. Therefore it is useful to be able to send these commands with the telnet library.

Unfortunately, the telnetlib doesn't support this out of the box. Eg. if you send (IAC, BRK) the telnetlib.write() function will esacpe the IAC character and thus sends (IAC, IAC, BRK). I suggest to use the sock property directly eg. telnet.sock.sendall() to send (IAC, BRK).


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to