On Mon, Jan 19, 2015 at 8:05 AM, Johnny Billquist <bqt at update.uu.se> wrote:
This sounds like a typical TCP/IP telnet issue.
The telnet protocol (there actually is one) requires that all 377(8) be
doubled. More properly I should perhaps say the NVT protocol used by telnet.
Looks like that's it. Thankfully, that's an easy enough fix: either send a
different character that's not 0xFF, or wait for two 0xFFs to come in by
ignoring one of them.
Thanks for the help!
Kyle