An open API service indexing awesome lists of open source software.

https://github.com/bryanoliveira/python-thermal-printer

A thermal printer controller developed to control an Elgin I9 Thermal Printer from a Raspberry PI 3.
https://github.com/bryanoliveira/python-thermal-printer

Last synced: 7 months ago
JSON representation

A thermal printer controller developed to control an Elgin I9 Thermal Printer from a Raspberry PI 3.

Awesome Lists containing this project

README

          

# Thermal Printer

A thermal printer controller developed to be used on a Raspberry PI 3 on an açaí store.
This program may be useful as example of how to communicate with an Elgin I9 Thermal Printer or similar printers.

## Requirements
- Raspberry PI OS (Raspbian) with Linux 5.4
- Python 3
- Root access

## Install
- Clone this repository and `cd` into it
- Run `bash setup.sh` (this may require sudo)
- Reboot

## Uninstall
- Cd to this repository on your machine
- Run `bash uninstall.sh` (this may require sudo)
- Delete this repository's folder
- Reboot (optional)