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.
- Host: GitHub
- URL: https://github.com/bryanoliveira/python-thermal-printer
- Owner: bryanoliveira
- Created: 2019-06-13T00:11:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-18T20:51:56.000Z (over 4 years ago)
- Last Synced: 2025-01-03T01:54:37.311Z (9 months ago)
- Language: Python
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)