Re: Porting NuttX - console management trouble

2023-08-21 Thread Alan C. Assis
Hi Philippe, On 8/21/23, Philippe Leduc wrote: > Hello, > >> Sounds like the console device is in RAW mode. For proper NSH behavior, >> the console TTY must be configured in COOKED mode. That configuration >> should occur automatically if the uart was configured as the serial >> console. I sup

Re: Porting NuttX - console management trouble

2023-08-21 Thread Philippe Leduc
Hello, > Sounds like the console device is in RAW mode. For proper NSH behavior, > the console TTY must be configured in COOKED mode. That configuration > should occur automatically if the uart was configured as the serial > console. I suppose that could use the termios interfaces to force > CO