2016-01-28 聚會手記

上一週 || 下一週

Table of Contents

yan

使用 nc 讀取 tty 訊息

// 監聽一個 port

# nc -lvp portnumber

// 將 tty 訊息導出顯示在螢幕上

# nc ipaddress portnumber < /dev/ttyACM0
除非特別註明,本頁內容採用以下授權方式: Creative Commons Attribution-ShareAlike 3.0 License