From 1ca70d37d99007e142f47745bf4eda76661cf36c Mon Sep 17 00:00:00 2001 From: cuu Date: Wed, 18 Aug 2021 22:48:43 +0800 Subject: [PATCH] add eg cli commands in readme --- Code/thermal_printer/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Code/thermal_printer/README.md b/Code/thermal_printer/README.md index 1885c26..7fdf6b7 100644 --- a/Code/thermal_printer/README.md +++ b/Code/thermal_printer/README.md @@ -1,11 +1,16 @@ # DevTerm Thermal printer +### Console commands example + + `echo “Hello DevTerm” > /tmp/DEVTERM_PRINTER_IN` `echo -e “Hello DevTerm\n\n\n\n\n\n” > /tmp/DEVTERM_PRINTER_IN` `cat file.txt > /tmp/DEVTERM_PRINTER_IN` +`ncal -hb | tee > /tmp/DEVTERM_PRINTER_IN` + ### Eos/Pos commands example