Published: Jan 28, 2016 by community
yan
使用 nc 讀取 tty 訊息
-
監聽一個 port
# nc -lvp portnumber
-
將 tty 訊息導出顯示在螢幕上
# nc ipaddress portnumber < /dev/ttyACM0
Published: Jan 28, 2016 by community
使用 nc 讀取 tty 訊息
監聽一個 port
# nc -lvp portnumber
將 tty 訊息導出顯示在螢幕上
# nc ipaddress portnumber < /dev/ttyACM0
Share