Actions
Bug #16
closedExtra line is seen after every enter
Description
pressing enter appears to be interpreted by the serial device as two enters.
Actions
Added by Hamish over 16 years ago. Updated over 16 years ago.
Description
pressing enter appears to be interpreted by the serial device as two enters.
This is due to the telnet end of line processing - Telnet specifies that end of line will either be CR LF or CR NUL, thus what we are seeing here appears to be the NUL character being interpreted by the serial device.
Implementing this will require a cooked data processing mode - thus allowing telnet option processing in serial-data-pump mode and therefore send break support