This software is provided as-is. Currently, these files are the only materials we can offer. I may not be able to respond to questions promptly.
-
I Created a Timestamp (Date) Printer with Raspberry Pi (Google Translated)
-
Continuation: I Created a Timestamp (Date) Printer with Raspberry Pi (Google Translated)
-
Troubleshooting Dymo Label Printer CUPS Driver (Google Translated)
Raspberry Pi software written in shell script is located in the bin/
directory.
-
printdatetime_server
: A label printing server that runs continuously. -
printdatetime
: A test program for printing timestamp labels. (Typically not needed.) -
start_printdatetime_server
: A monitoring program that should be periodically run via cron or similar. -
gen_datetime_label
: A sub-program that generates the label image, called byprintdatetime_server
. -
lpr_datetime_label
: A sub-program that prints the label image, also called byprintdatetime_server
.
Miscellaneous files that may be helpful. (Details have been forgotten.)
Example files for reference.
-
The Dymo Linux driver can be downloaded here.
-
This tutorial is very useful for setting up a Dymo printer with Raspberry Pi.
-
You need to obtain the font file legally.
-
Some additional software (e.g. ImageMagick) may be required.
-
You can connect a button to start printing. The GPIO number for the switch is defined by
PORT
inprintdatetime_server
. Please refer to tutorials like this one. -
A more advanced library for GPIO monitoring can also be used.
-
Feel free to fork this Git repository if you'd like. :)
Atsushi Yokoyama, Firmlogics