Gary-Hobson opened a new pull request, #18100: URL: https://github.com/apache/nuttx/pull/18100
### Summary Set SLIP driver's serial port to raw mode using `cfmakeraw()` to prevent character escaping that breaks SLIP protocol communication. When the serial port is configured as console, `\n` is automatically converted to `\r\n`, causing SLIP communication failures. This patch configures the TTY to raw mode to disable character processing. ### Impact drivers/net/slip.c No breaking changes. Fixes SLIP communication when serial port is configured as console. ### Testing Tested on ARM64 platform with both hardware UART and USB-to-UART adapters: - SLIP network communication verified working correctly - Data transmission without character escaping confirmed - No regression on non-console serial ports -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
