Skip to content
Snippets Groups Projects
Commit 8c9b5c6e authored by Kai Junge's avatar Kai Junge
Browse files

Updated readme.

parent f66a4cce
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,11 @@ This project is very much in its early stages, so some bugs are expected.
### Points to bare in mind
- For now, you can only send a single string to the Arduino side.
- The Arduino stores the **most recent message** received from the Python side. For now, there is no buffer or queue of messages (in order to simplify and increase the robustness the communication channel from edge cases).
---
## Known issues
- For some Windows users the communicaiton speed seems to be significnatly lower than using a Linux system.
---
......@@ -60,4 +65,4 @@ To be written. Currently, all the documentation is in the form of comments in th
## Testing
This has been tested with Arduino UNO and Arduino Nano Every with an Ubuntu 20.04 machine.
This has been tested with Arduino UNO and Arduino Nano Every with an Ubuntu 20.04 machine.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment