sumpfralle commented on issue #16305: URL: https://github.com/apache/nuttx/issues/16305#issuecomment-2848918553
Thank you for reporting this! Up to now I only ever used the `rp2040` board with nuttx. Thus, I somehow wrongly assumed, that the garbled output is a general (cosmetic) issue. Thank you for clarifying this. In [apache/nuttx-apps#3063](https://github.com/apache/nuttx-apps/issues/3063) I described, that the issue disappeared, after I slowed down the output (`write` to the interface) significantly. I guess, this means, that the `write` function of the serial interface somehow does not behave as "blocking": the receiver discards incoming data in case of a full buffer - instead of letting the caller wait until the buffer is drained. At least this is my speculation regarding the cause of the issue. -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org