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

Turning speed up while connecting to BlinkyTape causes the BlinkyTape to become nonresponsive #47

Closed
cibomahto opened this issue May 28, 2014 · 2 comments
Labels

Comments

@cibomahto
Copy link
Member

Either limit the maximum speed or ???

@cibomahto cibomahto added the bug label May 28, 2014
@cibomahto
Copy link
Member Author

This appears to be caused by sending data too quickly to the serial port. The most appropriate approach here is probably to drop frames that come in too quickly. This can be accomplished by time gating draw requests- if they come too quickly, they just get dropped.

@cibomahto
Copy link
Member Author

Implemented in ac2b7c0

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

No branches or pull requests

1 participant