Virtual UART

2021-10-12 Thread Morgan, Keith S
We have need to use an existing 3rd-party library that only knows how to talk to a UART. Rather than try to modify the library to talk to another communication device, we would like to explore the option of creating a “virtual” software-based termios UART that implements the open,read,write,clo

Re: Virtual UART

2021-10-12 Thread Thomas Doerfler
Hi, would a pseudotty do the job? See https://devel.rtems.org/browser/rtems/cpukit/telnetd/pty.c wkr, Thomas. Am 12.10.21 um 20:43 schrieb Morgan, Keith S: We have need to use an existing 3rd-party library that only knows how to talk to a UART. Rather than try to modify the library to talk