A simple CUPS driver for the Epson TM-T20 POS printer.
Find a file
2024-09-17 15:56:49 +02:00
ppd clean up Makefile, move files to top-dir. 2024-09-17 15:56:49 +02:00
src clean up Makefile, move files to top-dir. 2024-09-17 15:56:49 +02:00
.gitignore clean up Makefile, move files to top-dir. 2024-09-17 15:56:49 +02:00
bufferedscanlines.c clean up Makefile, move files to top-dir. 2024-09-17 15:56:49 +02:00
bufferedscanlines.h clean up Makefile, move files to top-dir. 2024-09-17 15:56:49 +02:00
LICENSE.txt Initial version from local. 2015-05-10 22:09:14 -04:00
Makefile clean up Makefile, move files to top-dir. 2024-09-17 15:56:49 +02:00
rastertoepsonsimple.c clean up Makefile, move files to top-dir. 2024-09-17 15:56:49 +02:00
README.md Added specific dependency instructions. 2015-05-16 20:40:54 -04:00
rpmbuild_support.sh Initial version from local. 2015-05-10 22:09:14 -04:00

epsonsimplecups

A simple CUPS driver for the Epson TM-T20 POS printer. Epson provides a driver for this printer, but they only provide x86 and x64 linux binary builds instead of source. As a result, the driver can't be used on ARM systems, such as the Raspberry PI.

This is a very simple driver that provides buffered raster printing and paper cutting at end of page or end of job.

To compile this on a raspberry pi, you will first need to install two cups dev packages: sudo apt-get install libcups2-dev sudo apt-get install libcupsimage2-dev