【Qt】串口读写

1、参考链接:
https://blog.csdn.net/liza_fighting/article/details/83756666
https://blog.csdn.net/weixin_42837024/article/details/81669540

Ubuntu下串口工具Cutcom

1、参考链接:https://blog.csdn.net/suxiang198/article/details/46837147

  • 安装sudo apt-get install cutecom
  • 打开sudo cutecom或者cutecom
  • (1)要在/dev下用ls命令看下其名字,一般是ttyUSB0设备。Cutecom默认的是ttyS0–ttyS3,因此使用USB转串口线的就得自己手动填写ttyUSB0设备名了。
    (2)上面部分是数据接受区,一般的使用功能都有了。
    (3)发送数据时在input中键入字符串,然后点Enter键就发出了。

数据保存成文件

参考链接:
https://blog.csdn.net/u012319493/article/details/52107994

USB 读写

树莓派Qt安装串口库:https://www.cnblogs.com/wangha/p/10559834.html

sudo apt-get install libqt5serialport5
sudo apt-get install libqt5serialport5-dev

aaa

你可能感兴趣的:(Ubuntu下QT开发,Windows,QT)