SerialMonitor icon indicating copy to clipboard operation
SerialMonitor copied to clipboard

A Python GUI Serial Monitor as an alternative to Arduino Serial Monitor.

Results 1 SerialMonitor issues
Sort by recently updated
recently updated
newest added

Issue: in Linux, p.name returns 'ttyACM0' for '/dev/ttyACM0' for example so p.open() will fail and exception will be triggered without useful debug messages. Fix: using p.device will display the full...