hyOzd / serialplot

Small and simple software for plotting data from serial port in realtime.

Home Page:https://hackaday.io/project/5334-serialplot-realtime-plotting-software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

featurerequest: automatic reconnect to lost port

s-light opened this issue · comments

It would be very nice if the app automatically reconnects to the last active port if this is lost.
for serial connections to microcontrollers they sometimes close with a uC reset.
currently for me this means i have to manually re-scan and reconnect to the last port.
from a User-Perspective for example GTKTerm handles this very nicely :-)

minicom also does automatic reconnects.