How to config minicom

来源:互联网 发布:url端口号 编辑:程序博客网 时间:2024/05/22 04:58

1. List the serial devices by command:

$ dmesg | grep tty

2. Install minicom

$ sudo apt-get install minicom

3. Config this guy

$ sudo minicom -s

4. Run it

$ minicom


If you wanna save the message received through serial com, Ctrl - a z l, the file will be created and write in your current path named minicom.cap.

原创粉丝点击