From 9fa5095b8fa778c07c47e1019af9d5a036e5ebeb Mon Sep 17 00:00:00 2001 From: GNU Date: Sun, 5 Jun 2022 20:05:51 +0800 Subject: [PATCH] Updated Guide To Setup thermal printer from source code (markdown) --- Guide-To-Setup-thermal-printer-from-source-code.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Guide-To-Setup-thermal-printer-from-source-code.md b/Guide-To-Setup-thermal-printer-from-source-code.md index 2c6c6fe..351d522 100644 --- a/Guide-To-Setup-thermal-printer-from-source-code.md +++ b/Guide-To-Setup-thermal-printer-from-source-code.md @@ -53,6 +53,9 @@ sudo systemctl start devterm-printer now you can test the printer by cat or echo something into `/tmp/DEVTERM_PRINTER_IN` eg: `echo "hello world\n\n\n\n\n\n\n\n\n\n" > /tmp/DEVTERM_PRINTER_IN +we recommend use [tmux](https://github.com/tmux/tmux/wiki) to do this job +so that you can run and see all the commands output in a single terminal window + ## For cups just install `devterm-thermal-printer-cups` ``` sudo apt install devterm-thermal-printer-cups```