@@ -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.