biomakespace / OpenPlantToy

Arduino & Python controller code for the open plant toy
0 stars 0 forks source link

Smarter Serial Port Detection #7

Open snasphysicist opened 5 years ago

snasphysicist commented 5 years ago

As documented here https://github.com/biomakespace/OpenPlantToy/wiki/Controller-Code#setting-up-the-serial-port , in the controller script the serial port name is "hard coded" and must be manually redefined each time the port name changes.

Can this be somehow automatically detected and updated?