kermit的安裝、配置、使用

來源:互聯網
上載者:User

kermit的安裝、配置、使用     根據網上查的資料和自己的親身體驗,minicom在linux下確實不好用,有時會不通訊,我就碰到了這樣的問題,minicom串連不上開發板。所以,根據網友的推薦,使用kermit作為超級終端。 安裝--------------------------------------    # apt-get install ckermit    修改kermit的設定檔 配置--------------------------------------    # vi /etc/kermit/kermrc    下面是使用U-Boot和Linux時推薦配置:    set line          /dev/ttyUSB0    set speed         115200    set carrier-watch off    set handshake     none    set flow-control none    robust    set file type     bin    set file name     lit    set rec pack      1000    set send pack     1000    set window        5    # 將上面的設定添加到“/etc/kermit/kermrc”中    # /dev/ttyUSB0表示使用usb轉串口的連接線接開發板,如果是只用用串口線串連主機的話,需要設定為/dev/ttyS0 啟動--------------------------------------    啟動kermit,串連串口:    # kermit    C-Kermit>connect    # 現在就已經成功串連到串口了。 切換--------------------------------------    按下 Ctrl + \, 再按c可以跳回kermit    C-Kermit>        此時輸入c,即connect即可串連到串口

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.