-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output to line printer #42
Comments
That's interesting! Can you share the hardware you're using? As for implementing this in the plugin, that's certainly possible. Though you'd probably get it quicker by just doing a cronjob that reads the YAML log files |
@thesailingengineer can you give PR #44 a spin? Should do the trick, but obviously I don't have a printer here to test with. |
Some more receipt printer ideas from aviation https://carloslagoa.com/blog/flipreps/flipreps.html |
Ended up implementing this as a separate service: |
I'm trying to work on a signalk plugin to output a line of log text (very simple Lat/Lon, COG, SOG, Wind) to a line printer at a given time (every 15min or hour etc), so that if any electrical failure were to occur, the log would exitst in paper form.
I have a 4" wide receipt printer and can send line of text by saving the text to /dev/usb/lp0.
I realise that 90% of what I am tying to achieve is already done by this plugin, so is it possible to add an option to send user defined values from the hourly log output to a user defined location (eg. /dev/usb/lp0)?
The text was updated successfully, but these errors were encountered: