Re: Issues when adding a multi-port PCI serial card

2020-03-16 Thread Sebastian Huber
On 13/03/2020 20:16, dufa...@hda.com wrote: On Mar 13, 2020, at 08:42 , Sebastian Huber wrote: Thanks for replying. On 12/03/2020 21:44, Peter Dufault wrote: I've added an 8-port RS232 PCI Mezzanine Card to the "beatnik" BSP. The console (aka serial port) code is confusing. I decided

Re: Issues when adding a multi-port PCI serial card

2020-03-13 Thread Chris Johns
On 14/3/20 9:17 am, dufa...@hda.com wrote: >> On Mar 13, 2020, at 16:49 , Chris Johns wrote: >> >> On 14/3/20 6:16 am, dufa...@hda.com wrote: On Mar 13, 2020, at 08:42 , Sebastian Huber wrote: > Finally, after initial successful loop-back testing, I tried to start an > RTEMS s

Re: Issues when adding a multi-port PCI serial card

2020-03-13 Thread dufault
> On Mar 13, 2020, at 16:49 , Chris Johns wrote: > > On 14/3/20 6:16 am, dufa...@hda.com wrote: >>> On Mar 13, 2020, at 08:42 , Sebastian Huber >>> wrote: Finally, after initial successful loop-back testing, I tried to start an RTEMS shell on one of the new ports. *Here

Re: Issues when adding a multi-port PCI serial card

2020-03-13 Thread Chris Johns
On 14/3/20 6:16 am, dufa...@hda.com wrote: >> On Mar 13, 2020, at 08:42 , Sebastian Huber >> wrote: >>> Finally, after initial successful loop-back testing, I tried to start an >>> RTEMS shell on one of the new ports. >>> >>> *Here I'm trying hard to avoid all-caps because this took the most tim

Re: Issues when adding a multi-port PCI serial card

2020-03-13 Thread dufault
> On Mar 13, 2020, at 08:42 , Sebastian Huber > wrote: Thanks for replying. > > On 12/03/2020 21:44, Peter Dufault wrote: > >> I've added an 8-port RS232 PCI Mezzanine Card to the "beatnik" BSP. The >> console (aka serial port) code is confusing. >> >> I decided I should use what is in

Re: Issues when adding a multi-port PCI serial card

2020-03-13 Thread Sebastian Huber
On 12/03/2020 21:44, Peter Dufault wrote: I've added an 8-port RS232 PCI Mezzanine Card to the "beatnik" BSP. The console (aka serial port) code is confusing. I decided I should use what is in "bsp/console-termios.h" as opposed to the "legacy console" approach, *even though* "legacy console