|
1 | 1 | # 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 | +-  |
| 9 | + |
| 10 | + |
0 commit comments