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

Fix all basic call-response buttons #8

Open
cyberbit opened this issue Jun 19, 2017 · 1 comment
Open

Fix all basic call-response buttons #8

cyberbit opened this issue Jun 19, 2017 · 1 comment
Assignees
Labels

Comments

@cyberbit
Copy link
Owner

These buttons aren't really necessary at the moment, but they do serve as a good test for the serial connection.

@cyberbit cyberbit added the bug label Jun 19, 2017
@cyberbit cyberbit self-assigned this Jun 19, 2017
@cyberbit
Copy link
Owner Author

Note that CMD_READY and CMD_ACK are the only ones that actually bind to anything on the device. The others serve to test the "unknown command" functionality.

cyberbit added a commit that referenced this issue Jun 19, 2017
There are some overlap issues with threads. Need to implement a
queue to avoid crashing the device. There is also an outstanding bug
with the CMD_ACK handler that seems to process a command for every
byte sent by the client, which fills the buffer and messes up other
commands.
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