roaldarbol / bux

🐞 A simple GUI for running experiments
MIT License
2 stars 0 forks source link

Write serial methods #11

Closed roaldarbol closed 2 years ago

roaldarbol commented 2 years ago

Uses from mpremote import pyboard - see screenshot:

Screenshot 2021-12-20 at 22 32 31

To list available serial ports, see here Should preferably be a solution where a serial.write sends a command to begin and end.

(Let's make the serial connection into its own module to be published on PyPi - then others should be able to easily access a serial connection in Tkinter (or other GUI) applications.)

roaldarbol commented 2 years ago

Yes yes yes, it all works now!!!