Linux serial port tool C-kermit

Source: Internet
Author: User

C-kermit is a tool integrated with network communication and serial communication. It has the following functions:

1. Support for kermit File Transfer Protocol

2. A custom scripting language, which is powerful and easy to use and can be used for Automation

3. Both network communication and serial communication have the same operations and support multiple hardware and software platforms.

4. Security authentication and encryption functions

5. built-in FTP and HTTP client functions and ssh Interfaces

6. Support Character Set Conversion

This article describes how to install and use c-kermit in ubuntu8.0.4.

Make sure that ubuntu can connect to the network. Run the following command to install it,

Sudo apt-get install ckermit

Before using kermit, create a configuration file named. kermrc in the user's home directory. The content is as follows:

Set line/dev/ttyS0

Set speed 115200

Set carrier-watch off

Set handshake none

Set flow-control none

Robust

Set file type bin

Set file name Parameters

Set rec package 1000

Set send package 1000

Set window 5

Then run the sudo kermit-c command on the terminal to start the serial port. Close the serial port and press ctrl and \ at the same time. Then press c, enter "exit" and press Enter.

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.