Explorar el Código

add eg cli commands in readme

cuu hace 2 años
padre
commit
1ca70d37d9
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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