SrivamsiMalladi commented on issue #7150: URL: https://github.com/apache/incubator-nuttx/issues/7150#issuecomment-1285296795
@acassis, I got the /dev/ttySx to work. I can read and write to the /dev/ttyS1, for example, to send and receive messages over serial/UART. What I want to do is to use the predefined driver methods like uart_read(), uart_write() and also methods that deal with UART interrupts, so that I do not have to rewrite them again. This is why I am looking into using uart_setup() and other functions. -- 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