nuttx/Documentation/applications/examples/serloop/index.rst
2023-10-21 22:13:55 +08:00

9 lines
307 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

``serloop`` Serial Loopback
===========================
This is a mindlessly simple loopback test on the console. Useful for testing new
serial drivers. Configuration options include:
- ``CONFIG_EXAMPLES_SERLOOP_BUFIO`` Use C buffered I/O (``getchar``/``putchar``) vs.
raw console I/O (read/read).