I'm working on an (old) application used since many years, based on RTEMS 4.6.2. Everything well, but now I've to made some changes to test a demo: I need to use an RS232 interface to communicate with another 3rd party board. Unfortunately, our board has just one RS232 interface and it's currently used as debug console. I've done some researches on the web on how serial port works on RTEMS and termios, but I'm currently not able to remove the use of /dev/console.
Any idea about it?
Thanks