Replies: 4 comments 2 replies
-
From my testing of #1987, urboot does not seem to work at 1200 bps or below. I have tried Optiboot for classic AVRs as well and it does not seem to work either. |
Beta Was this translation helpful? Give feedback.
-
I have not tried the programmers -- but I will try. Last time I was more chasing faster programmers and bootloaders. |
Beta Was this translation helpful? Give feedback.
-
Just wondering if you know of such programmers and bootloaders which work below 1200bps, or even 300 bps and below. Thanks. |
Beta Was this translation helpful? Give feedback.
-
@mcuee It is pretty tough to test low-baud-rate programming owing to the sheer time it takes. Writing, then reading 256 kB at 300 baud takes some 5 hours, and that's without the comms overhead. Should you test with PR #1993 make sure you burn urboot bootloaders that reduce comms overhead as much as possible, ie, select the chip erase feature so that at least chip erasing won't send 256 kB |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
ser_send()
#1987ser_posix.c
ser_recv()
timeout #1983Interestingly we have bug reports for the low level serial communications after so many years.
From @stefanrueger
Now the issue is how to carry out the test with low baud rates.
Beta Was this translation helpful? Give feedback.
All reactions