Re: Overcoming a 256 bytes console/uart limit

2020-08-26 Thread Ian Caddy
Hi, On 26/08/2020 5:36 pm, Schweikhardt, Jens (TSPCE3-TL4) wrote: Hello world\n I’m observing a 256 byte input limit with RTEMS 5 on riscv that I don’t know how to overcome. We are using the RTEMS console driver and newlib stdio. The effect is that an fgets() appears to only accept 256 cha

Overcoming a 256 bytes console/uart limit

2020-08-26 Thread Schweikhardt, Jens (TSPCE3-TL4)
Hello world\n I'm observing a 256 byte input limit with RTEMS 5 on riscv that I don't know how to overcome. We are using the RTEMS console driver and newlib stdio. The effect is that an fgets() appears to only accept 256 characters, specifically if we connect via picocom on a Linux box, we can t