Grr,
Actually, pdcurses has a mode that will work over serial using
System->Termcurses. This is a terminal based extension to pdcurses that
I added a few years back. It supports VT-100 / ANSI escape codes. I
haven't tested it in the Apache NuttX framework to validate it still
works though.
If you don't define CONFIG_SYSTEM_TERMCURSES, then yes, you will get an
error about the graphic fb creation.
Ken
On 1/22/21 11:02 AM, Grr wrote:
Hello all
Is there a way to have formatted text output over serial? I want to create
some testing utility that runs from nsh and has some screen organization to
ease use
I tested pdcurses examples but they seem to depend on fb (haven't analyzed
code) and all exited or crashed with "initscr(): Unable to create SP"
Is there a builtin way to do such thing?
TIA
Grr