icestudio
icestudio copied to clipboard
Serial terminal option to choose newline codes
I think the serial terminal plugin needs an option to choose newline codes (\r, \n, \r\n) just like Arduino serial monitor.
I just thought "Obijuan's RISC-V-FPGA icestudio port" serial reception was not working because test.c example expects \r as newline and I guess icestudio serial terminal does not send \r on Windows. With Arduino serial monitor it worked. 😅