wickwire / mariner

Web interface for controlling MSLA 3D Printers based on Chitu controllers, such as the ones by Elegoo and Phrozen.
MIT License
0 stars 0 forks source link

Serial port device user configuration #2

Open wickwire opened 3 years ago

wickwire commented 3 years ago
wickwire commented 3 years ago

First consideration on this should be a simple, stupid approach by attempting to scan all available serial port devices on the system and then listing them in the web UI, using a drop-down list or similar UI component to allow selection;

Will be looking into pyserial for testing this out.