https://github.com/rh0/pyserialpunch
Output a todo.txt punch timer over a serial interface.
https://github.com/rh0/pyserialpunch
Last synced: 2 months ago
JSON representation
Output a todo.txt punch timer over a serial interface.
- Host: GitHub
- URL: https://github.com/rh0/pyserialpunch
- Owner: rh0
- Created: 2017-10-10T23:07:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-11T17:20:38.000Z (over 7 years ago)
- Last Synced: 2025-01-28T23:50:18.054Z (4 months ago)
- Language: Python
- Homepage: https://electro.pizza/2017/11/punch-python-serial/
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Serial Punch
Proof of concept to output time tracking data from the [punch](https://github.com/adewinter/punch) tracker for [todo.txt](http://todotxt.org/). This output is sent as serial to a [CP2104](https://www.silabs.com/products/development-tools/interface/cp2104-mini-evaluation-kit) chip via USB and rendered on a [sparkfun SerLCD display](https://www.sparkfun.com/products/10097). This was written assuming a Linux system, and will likely need some modifications to runi properly on Windows or MacOS.## Library Requirements
[Watchdog](https://github.com/gorakhargosh/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