Re: Virtual UART

2021-10-18 Thread Петр Борисенко
Hi! > Can anyone point us to documentation on how to do this for a generic non-console UART? The simplest way is to disable compilation of the console from your bsp build settings or switch console-mapped uart to another one. Best regards. Peter Borisenko Awesome Technologies, Ltd. http://awsmtek

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