v01d opened a new issue #663:
URL: https://github.com/apache/incubator-nuttx-apps/issues/663
```
Description: readline implementation does not use C-buffered I/O, but
rather
talks to serial driver directly via read(). It includes
VT-100
specific editing commands. A more generic readline() should
be
implemented using termios' tcsetattr() to put the serial
driver
into a "raw" mode.
Status: Open
Priority: Low (unless you are using mixed C-buffered I/O with readline
and
fgetc, for example).
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]