<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://purl.org/rss/1.0/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel rdf:about="https://blog.atoery.cn/index.php/feed/rss/tag/linux/">
<title>JRNitre&#039;s Blog - Linux</title>
<link>https://blog.atoery.cn/index.php/tag/linux/</link>
<description></description>
<items>
<rdf:Seq>
<rdf:li resource="https://blog.atoery.cn/index.php/2025/04/17/93.html"/>
</rdf:Seq>
</items>
</channel>
<item rdf:about="https://blog.atoery.cn/index.php/2025/04/17/93.html">
<title>Linux 串口通讯工具 minicom 的基本使用</title>
<link>https://blog.atoery.cn/index.php/2025/04/17/93.html</link>
<dc:date>2025-04-17T20:49:29+08:00</dc:date>
<description>1.0 安装 minicom 工具本文使用环境为 Debian12&GNOM43.9 故可以使用 apt 安装。$ sudo apt install minicom2.0 快速使用通过 minicom -D &lt;port_device&gt; -b &lt;baud_rate&gt; 即可快速连接至串口。按下键盘会直接发送数据（默认不显示输入的内容）按下 ctrl + A 后按下 X 退出程序。使用 ls /dev/tty* 即可查询可用串口。3.0 常用命令&参数在使用过程中 ctrl + A Z 打开帮助。常用的命令如下 ctrl + A +X：退出程序。W：开启&关闭自动换行。E：开启&关闭输入现实。C：清屏。在调用 minicom 时可以传入一下参数调整程序运行效果。-D：指定串口设备-b：设置波特率，默认 115200-w：启用自动换行-H：使用 HEX 方式显示接收到的数据-s：设置 minicomEND 参考 & 声明[参考]CSDN:Linux笔记：串口通讯工具minicom基础使用</description>
</item>
</rdf:RDF>