sparkfun / Logomatic

Main firmware for the Logomatic Version 2
http://www.sparkfun.com/products/10216
Other
14 stars 26 forks source link

Defined the buf_size in a single place so that it is easy to change. #1

Closed danielpi closed 8 years ago

danielpi commented 9 years ago

Hi,

I had some trouble with a Logomatic losing characters when our baud rate was high and we were outputting data for a sustained period. I made some changes to the firmware to investigate and was able to get something working for us by increasing the buffer size. This was a little tricky as I had to change the size in multiple places. So I defined it in one spot to make things simpler. Thought it would be a worthwhile modification to send back upstream.

Cheers Daniel

BrentWilkins commented 8 years ago

Thanks for the work, that makes things a lot cleaner.

danielpi commented 8 years ago

Cheers, Thanks for the great board (and the open source code).