Skip to content

A simple CUPS driver for the Epson TM-T20 POS printer

License

Notifications You must be signed in to change notification settings

paperclamp/epsonsimplecups

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

epsonsimplecups

Suitable for Raspbian GNU/Linux 10 (buster)

  1. sudo -i
  2. apt-get install libcups2-dev
  3. apt-get install libcupsimage2-dev
  4. usermod -a -G lpadmin pi
  5. Complete the following steps to acces the CUPS management inside the browser https://raspberrytips.com/install-printer-raspberry-pi/
  6. git clone this repo.
  7. cd into the cloned folder.
  8. Run make to build this package.
  9. When finished run make install

Go to the CUPS Management URL https://{yourIP}:631 to install the Epson TM-T20 POS printer.

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.

About

A simple CUPS driver for the Epson TM-T20 POS printer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 75.2%
  • Shell 17.4%
  • Makefile 7.4%