rh0 / pySerialPunch

Output a todo.txt punch timer over a serial interface.

Home Page:https://electro.pizza/2017/11/punch-python-serial/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Serial Punch

Proof of concept to output time tracking data from the punch tracker for todo.txt. This output is sent as serial to a CP2104 chip via USB and rendered on a sparkfun SerLCD display. This was written assuming a Linux system, and will likely need some modifications to runi properly on Windows or MacOS.

Library Requirements

Watchdog

config.yml

  • Add the path to your punch.dat file
  • If your punch.dat file is named something else, adjust accordingly
  • If your cp2104 appears at a location other than /dev/ttyUSB0 adjust serial path

About

Output a todo.txt punch timer over a serial interface.

https://electro.pizza/2017/11/punch-python-serial/


Languages

Language:Python 100.0%