Actions
Bug #16
closedExtra line is seen after every enter
Description
pressing enter appears to be interpreted by the serial device as two enters.
Updated by Hamish over 16 years ago
- % Done changed from 0 to 20
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.
Updated by Hamish over 16 years ago
- Assignee set to Hamish
- Estimated time set to 4.00 h
Updated by Hamish over 16 years ago
Implementing this will require a cooked data processing mode - thus allowing telnet option processing in serial-data-pump mode and therefore send break support
Updated by Hamish over 16 years ago
- Status changed from New to Closed
- % Done changed from 20 to 100
Actions