2016-01-28 聚會手記
yan
使用 nc 讀取 tty 訊息
// 監聽一個 port
# nc -lvp portnumber
// 將 tty 訊息導出顯示在螢幕上
# nc ipaddress portnumber < /dev/ttyACM0