GEVCU icon indicating copy to clipboard operation
GEVCU copied to clipboard

Investigate serial buffering between MCU and IChip

Open collin80 opened this issue 10 years ago • 1 comments

Arduino 1.6.0 includes new code to implement serial TX interrupts. This allows serial writing to be non-blocking most of the time. However, no one knows for sure how this has affected the ichip interface code. Are we filling up the TX buffer? How often does it block if so? Can some of the complications in the ichip param updating code be removed now?

collin80 avatar Mar 15 '15 17:03 collin80

Is it possible to stop sending updates to the web interface if we know that nobody is listening? Perhaps a 10 minute time out? Can we figure out if anyone is listening?

collin80 avatar Mar 16 '15 12:03 collin80