Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate serial buffering between MCU and IChip #87

Open
collin80 opened this issue Mar 15, 2015 · 1 comment
Open

Investigate serial buffering between MCU and IChip #87

collin80 opened this issue Mar 15, 2015 · 1 comment

Comments

@collin80
Copy link
Owner

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
Copy link
Owner Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant