You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# GUI SerialPort Data logger Software using Python and ttkbootstrap(tkinter) framework
2
2
3
-
- An easy to use Python based data logging software using tkinter/ttkbootstrap for GUI.Code Opens a Serial port and logs data coming from an Arduino data acquisition system into Comma Seperated Values (CSV) text file.
3
+
- An easy to use Python based data logging software using tkinter/ttkbootstrap for GUI.
4
+
- Code Opens a Serial port and logs data coming from an Arduino data acquisition system into **Comma Seperated Values (CSV) text file**.
4
5
- Filename is created using current date and time
6
+
- uses simple threading to improve the responsiveness of the GUI,GUI does not freeze when acquiring data
7
+
8
+
-
0 commit comments