Comment #2 on issue 1729 by [email protected]: Add support for telnet
commands in telnet library (esp break command)
http://code.google.com/p/robotframework/issues/detail?id=1729
Have a look at the attached patch.
Introduces a the following new keyword:
`Write Control Character`
Writes the given control character into the connection.
The control character is preprended with an IAC (interpret as command)
character.
The following control character names are supported: BRK, IP, AO, AYT,
EC, EL, NOP. Additionally, you can use arbitrary numbers to send any
control character.
Example:
| Write Control Character | BRK | # Send Break command |
| Write Control Character | 241 | # Send No operation command |
Attachments:
telnet.patch 1.8 KB
--
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 [email protected].
For more options, visit https://groups.google.com/d/optout.