Hello,
Just got started using ulisp; I’m trying out the latest version on a Teensy 4.1.
When connecting to the serial, whether it’s via screen
or other methods (tycommander/arduino ide), characters are randomly lost when interacting with the REPL.
For example, here’s some output when repeatedly sending (+ 2 3)
to the serial:
59999> (+ 2 3)
5
59999> (+ 2 3)
5
59999> 2 3)
5
Is there a way to make this consistent so it stops dropping characters? I’ve tried messing with the baud rate and it doesn’t seem to make a difference.
I haven’t made any changes/extensions to the ulisp source code.
Thanks!