acassis commented on code in PR #19515: URL: https://github.com/apache/nuttx/pull/19515#discussion_r3645229443
########## Documentation/platforms/sim/sim/boards/sim/index.rst: ########## @@ -2186,10 +2173,15 @@ nxscope Configuration demonstrating NxScope stream over simulated UART interface. -The simulated UART must be created on host before running NuttX:: +If ``CONFIG_SIM_UART_PTY`` is disabled, the simulated UART peer must be +created on the host before running NuttX:: socat PTY,link=/dev/ttySIM0 PTY,link=/dev/ttyNX0 +If ``CONFIG_SIM_UART_PTY`` is enabled, NuttX creates the host +pseudoterminal when the simulated UART is opened and prints the host +PTY slave path. Review Comment: please explain the issues of the previous/existing solution and how it, like you did in the Summary -- 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]
