minincom cannot open /dev/modem 新安裝的minicom默認打開/dev/modem,如果/dev下沒有這個設備的話,就會報錯打不開 解決辦法,執行 ln -s /dev/ttyS0 /dev/modem ...