Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.77 KB

File metadata and controls

28 lines (17 loc) · 1.77 KB

GUI SerialPort Data logger Software using Python and ttkbootstrap(tkinter) framework

  • An easy to use Python based data acquisition and 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.

  • Filename is created using current date and time

  • uses simple threading to improve the responsiveness of the GUI,GUI does not freeze when acquiring data

  • GUI SerialPort Data logger Software using Python and ttkbootstrap(tkinter) framework

Requirements

  • Before running the program ,make sure you have the following modules installed)
  • Pyserial
  • ttkbootstrap

Online tutorial

Datalogger CSV format

  • Arduino data acquisition system that logs data to csv file using Python and tkinter
  • Arduino data acquisition and logging system that logs data to Microsoft Excel file using Python and tkinter
  • Arduino data acquisition and logging system that logs data to Libreoffice Calc file using Python and tkinter