9elements / picoprog

Apache License 2.0
3 stars 3 forks source link

UART glitches when more complex control sequences are used #16

Open MDr164 opened 1 week ago

MDr164 commented 1 week ago

When using vim over UART or pasting large amounts of text the Pico glitches and the next send bytes are all off

ArthurHeymans commented 1 week ago

Use emacs?

MDr164 commented 1 week ago

I suppose using heapless::Vec might help with our buffer issues here. That might also be helpful for the SPI stuff eventually depending on the performance though.