Uses from mpremote import pyboard - see screenshot:
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.)
Uses
from mpremote import pyboard
- see screenshot: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.)