OctoPrint-PortLister
OctoPrint-PortLister copied to clipboard
An OctoPrint plugin that notices when a new serial port appears and refreshes the port list without a page refresh
I have my RaspberryPI 3b connected through the serial GPIO pins to the Serial port (AUX1) on my SKR 1.3 through port /dev/ttyAMA0 instead of using the external usb port,...
``` INFO - Switching PSU On 2018-12-29 00:38:31,198 - octoprint.plugins.portlister - INFO - on_port_created connection_options {'portPreference': '/dev/ttyUSB0', 'autoconnect': True, 'baudrates': [250000, 230400, 115200, 57600, 38400, 19200, 9600], 'ports': ['/dev/ttyUSB0'], 'baudratePreference':...
Portlister should check if there is already an open connection, if yes, it should not autoconnect. Note: It's the same printer, so no real problem, however it may cause confusion...