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.