Use the Super Terminal Kermit in Ubuntu 6.10

Source: Internet
Author: User

Address: http://tech.ccidnet.com/art/302/20070604/1100493_1.html


According to the information I found on the Internet and my own experience, minicom is really not easy to use in Linux, sometimes it does not communicate, I encountered such a problem, minicom cannot connect to the Development Board. Therefore, we recommend using Kermit as a Super Terminal.

1. Download Kermit. It is best to download the. Deb installation package under Debian, but you need to install libsocksd first. Therefore, after downloading the Kermit. Deb installation package, you can run the following command continuously:

$ sudo apt-get install libsocksd$ sudo dpkg -i ckermit_211-4_i386.deb


2. Rewrite the Kermit configuration file "/etc/Kermit/kermrc"

The following configurations are recommended when u-boot and Linux are used:


Set line/dev/ttys0 # COM1 port connected at this time
Set speed 115200 set carrier-watch off set handshake none set flow-control none robust set file type bin set file name Character Set rec pack 1000 set send pack 1000 set window 5
# Add the above settings to "/etc/Kermit/kermrc"


3. Start kermit and connect to the serial port:

$ sudo kermit

C-Kermit>
C-Kermit>connect

# Now you have successfully connected to the serial port com1.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.