Browse Source

add eg cli commands in readme

cuu 2 years ago
parent
commit
1ca70d37d9
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Code/thermal_printer/README.md

+ 5 - 0
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