The receipt printer application
| .gitignore | ||
| init_printer.py | ||
| logo.png | ||
| main.py | ||
| post_request_tester.py | ||
| README.md | ||
| requirements.txt | ||
Receipt Printer
This software is designed to run on a debian based system and acts as a middle-man between the EZ LAN Manager database and the USB interface of the receipt printer.
Notes
- Does only work on Linux
- Needs root privileges or udev config to work
- Designed to run alone on a Raspberry Pi
- Not meant to be exposed to the internet, local deployment only
- For EZ LAN Manager configuration, check README in that repo
Deploy
- Configure password and port in
main.py - Make sure USB printer is connected to device
- Install requirements with sudo
- Run
main.pywith sudo