- This project is an app based on python PySimpleGUI to read, display and save data from serial port.
- Serial port data could be serial print out data from arduino, ESP or Teensy.
- Data could be send in single column or some columns that separated by comma.
- Data is displayed at output log/console log for every line that come from serial port.
- Data is saved txt file.
- Python 3.10.4
- PySerial
- PySimpleGUI
- Python GUI file
PythonGUI_to_read_SerialData.py
- Example Arduino file
ArduinoSerialOutput.ino
- Executable file for windows
PythonGUI_to_read_SerialData.exe
- Example data log file
ExampleDataLog-7.txt
Figure. 1. App read, display and save serial monitor data.
Figure. 2. Example of data log file.