You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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?
The text was updated successfully, but these errors were encountered: