瀏覽代碼

update readme

cuu 9 月之前
父節點
當前提交
7ddfd2680a
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -64,6 +64,10 @@ Here's how you can flash the firmware on DevTerm(A06 or CM4) or a PC running Ubu
 * How to print a self test page.  
 `echo -en "\x12\x54" >  /tmp/DEVTERM_PRINTER_IN`
 
+* How to print a text file.  
+`curl -L https://github.com/clockworkpi/DevTerm/raw/main/README.md | tee >  /tmp/DEVTERM_PRINTER_IN`  
+
+
 * [Learning more...](https://github.com/clockworkpi/DevTerm/tree/main/Code/thermal_printer)