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

Add message receive function to locomotion.py #1

Open
bsawka opened this issue Jan 8, 2021 · 0 comments
Open

Add message receive function to locomotion.py #1

bsawka opened this issue Jan 8, 2021 · 0 comments

Comments

@bsawka
Copy link
Collaborator

bsawka commented Jan 8, 2021

Currently, locomotion.py sends messages to the locomotion Arduino but lacks any code for receiving messages from the Arduino. Using pySerial and R2Protocol, add functionality for receiving messages. Messages are sent from the Arduino using R2Protocol, and the Python-side R2Protocol can decode such messages - all that's needed is code for reading the correct amount of bytes from a serial line.

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

No branches or pull requests

1 participant