Skip to content
Snippets Groups Projects
Verified Commit 1de95a2a authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Extend installation instructions for udev rules

parent 03dd52bc
No related branches found
No related tags found
No related merge requests found
...@@ -4,3 +4,12 @@ A print server for the documento document management system ...@@ -4,3 +4,12 @@ A print server for the documento document management system
## Features ## Features
- Prints info papers on any ESCPOS-compatible printer (optimised for 58mm) - Prints info papers on any ESCPOS-compatible printer (optimised for 58mm)
- Prints barcodes label on special barcode printers using CUPS (downloads PDF from server) - Prints barcodes label on special barcode printers using CUPS (downloads PDF from server)
## Setup udev
- `sudo cp 99-escpos.rules /etc/udev/rules.d/99-escpos.rules`
- Add user to group `dialout`
- Restart udev `sudo service udev restart` (In some new systems it is done with `sudo udevadm control --reload`)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment