Hi,
I just tried to use the serial interface and found it unusable from the terminal.
The reason (in main.c) being:
int len = uart_readline(serial_cmd, 255);
returns immediately after a single character, which only works for '?'
As far as I can understand this call should be non-blocking as it would block the keyboard interface otherwise. So this needs some kind of re-write, I think.
I'm feeling like I'm missing a point somewhere, how could it ever work the way it's done?!
Helmut