01 minicom 串接口工具

01 minicom 串接口工具

    安裝方法:

    $minicom-2.5.tar.gz
    $tar zxf minicom-2.5.tar.gz -C  /opt/EmbedSky/minicom-2.5
    $cd /opt/EmbedSky/minicom-2.5
    $./configure
    $make
    $make install

    啟動
    $minicom -s

    選取
    Serial Port Setup

    Screen Shot 2014-01-12 at 10.15.48 AM

     

     

    選取/dev/ttyS0
    速度是: 115200 8N1
    設定 Hardware Flow Control 為No

    Screen Shot 2014-01-12 at 10.17.30 AM

     

    修改Confuguration 為 Modem and dialing

    Screen Shot 2014-01-12 at 10.21.56 AM

     

    將Init string , Reset String, Hang-up string 設定為空

    Screen Shot 2014-01-12 at 10.24.19 AM

     

    為了下一次使用的時候可以輕鬆些,不用再做一次這些定,你可以用Save setuo as dfl
    在透過Exit 離開

    Screen Shot 2014-01-12 at 10.26.49 AM

     下次使用,可以透過

    $minicom

    按下ctrl+A 跳出視窗來控制。

     

    如果沒正常關閉minicom ,下次執行會有問題,請把/va/lock/LCK* 給刪除掉。