Bug #30
Some clients still cause two lines to be seen by the serial device
Start date:
2008-04-21
Due date:
% Done:
100%
Estimated time:
Description
It turns out that I was only testing against one client and this was the client that sent CR NUL. Testing against putty and windows telnet show that they both send CR LF as the end-of-line. Need to uncook this in the net_to_com routine
Associated revisions
History
Updated by Hamish almost 15 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Uncook CRLF sequences into plan CR in net_to_com
My testing had been done with the linux telnet client and it sent CR NUL
as the end-of-line character sequence. Both putty and windows telnet
are sending CR LF as end-of-line sequence. This change pretty much
requires that I will one day implement a raw transport mode. closes #30