Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 413 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 413 Bytes

Serial data logger

GUI based data logger developed for logging data sent from arduino or other micro contollers via serial port. Features:

  1. Time based auto-naming, hence no need to change file name for each run
  2. Supports various baud rates
  3. Can be customised for multiple channels.
  4. .CSV based data storage.
  • Language used: Python, Micro-Python (ESP8266 board).
  • Tool/module used: pyinstaller.