baruch / b3603

Alternative firmware for the B3603
GNU General Public License v3.0
65 stars 34 forks source link

UART can't handle high speeds #13

Closed baruch closed 9 years ago

baruch commented 9 years ago

When I tried to communicate with the unit through a script I had to put sleeps between characters being written or data was lost. The polling rate of the unit is too slow to handle the required speeds.

We need to either speed up the polling loop or slow down the uart rate to avoid such overruns.