当前位置:网站首页>串口调试工具cutecom和minicom
串口调试工具cutecom和minicom
2022-04-23 18:12:00 【愤逗】
一、cutecom
1.1 安装
sudo apt-get install cutecom
1.2 操作指令
使用之前需要确定操作的端口名
ls -l /dev/tty*
如果需要调试USB端口,挂在在dev下的串口名一般是
/dev/ttyUSB*
如果需要调试com口(可能是RS232或者RS485),挂在在dev下的串口名一般是
/dev/ttyS*
S代表serial即串口。
确定端口名后,给端口增加权限
sudo chmod 777 /dev/USB*
运行cutecom
cutecom
进入后,右上角settings设置波特率,数据位数等信息,如果需要与端口交互信息,在input输入信息,右侧需要选择输入模式,
CR:代表将光标移动到该行头,LF表示将光标垂直移动到下一行,CR/LF代表将光标移动到下行头。
我这里选择CR/LF与端口交互信息。
版权声明
本文为[愤逗]所创,转载请带上原文链接,感谢
https://blog.csdn.net/weixin_42703127/article/details/124366840
边栏推荐
- C language to achieve 2048 small game direction merging logic
- MySQL_ 01_ Simple data retrieval
- Selenium + webdriver + chrome realize Baidu to search for pictures
- 解决允许在postman中写入注释请求接口方法
- Robocode Tutorial 4 - robocode's game physics
- Queue solving Joseph problem
- Fashion classification case based on keras
- powerdesigner各种字体设置;preview字体设置;sql字体设置
- Stanford machine learning course summary
- Pointers in rust: box, RC, cell, refcell
猜你喜欢
![[UDS unified diagnostic service] v. diagnostic application example: Flash bootloader](/img/45/f9e24ae1c619f78aeeb7bcf12d6e5f.png)
[UDS unified diagnostic service] v. diagnostic application example: Flash bootloader

powerdesigner各种字体设置;preview字体设置;sql字体设置

Batch export ArcGIS attribute table

深度学习经典网络解析目标检测篇(一):R-CNN

Implementation of k8s redis one master multi slave dynamic capacity expansion

Win1远程出现“这可能是由于credssp加密oracle修正”解决办法

Gobang game based on pyGame Library
![[UDS unified diagnostic service] IV. typical diagnostic service (4) - online programming function unit (0x34-0x38)](/img/07/4814eb203dcca59416a7997bbedbf6.png)
[UDS unified diagnostic service] IV. typical diagnostic service (4) - online programming function unit (0x34-0x38)

由tcl脚本生成板子对应的vivado工程

PowerDesigner various font settings; Preview font setting; SQL font settings
随机推荐
Crawl the product data of cicada mother data platform
Yolov4 pruning [with code]
Robocode tutorial 7 - Radar locking
Pyppeter crawler
Implement a simple function to calculate the sum of all integers between M ~ n (m < n)
Read excel, int digital time to time
ArcGIS license error -15 solution
MATLAB小技巧(6)七种滤波方法比较
Generate verification code
According to the result set queried by SQL statement, it is encapsulated as JSON
Crack sliding verification code
【ACM】70. climb stairs
.104History
Docker 安装 Redis
【ACM】455. 分发饼干(1. 大饼干优先喂给大胃口;2. 遍历两个数组可以只用一个for循环(用下标索引--来遍历另一个数组))
xlsxwriter. exceptions. Filecreateerror: [errno 13] permission denied
How to ensure the security of futures accounts online?
Nodejs installation
Format problems encountered in word typesetting
Rewrite four functions such as StrCmp in C language