Re: Virtual UART

2021-10-18 Thread Петр Борисенко
fic to > console drivers: > https://docs.rtems.org/branches/master/bsp-howto/console.html > > Can anyone point us to documentation on how to do this for a generic > non-console UART? > > Also, are there any examples out there you could point us to where someone > has created

Virtual UART

2021-10-12 Thread Morgan, Keith S
a generic non-console UART? Also, are there any examples out there you could point us to where someone has created a similar virtual UART for RTEMS? Thanks. -Keith -- Keith Shearl Morgan ISR-3, Space Data Systems Los Alamos National Laboratory

Re: Virtual UART

2021-10-12 Thread Thomas Doerfler
seems to be specific to console drivers: https://docs.rtems.org/branches/master/bsp-howto/console.html Can anyone point us to documentation on how to do this for a generic non-console UART? Also, are there any examples out there you could point us to where someone has created a similar virtual