文件名称:基于qt5.5编写的串口调试器
文件大小:31.52MB
文件格式:RAR
更新时间:2019-12-11 08:49:32
qtSeriesPort
这是用QT实现的串口调试器,功能是模仿网上下载的串口调试器2012,这是我第一个完整的QT 程序,主要用于练习熟悉QT的操作和C++的练习,里面涉及到了串口类的使用、槽函数、定时器 、textEdit控件的写入读出、下拉列表的使用等。 我使用的qt版本是5.5的,用里面自带的串口类QSerialPort和QSerialPortInfo,是基于事件触 发方式接收数据的,有想了解和学习qt串口数据传输的可以参考里面的代码,有不懂的还可以 向我咨询,我的qq是376190815,我后续还会对这个串口程序进行升级,添加一些功能。 本程序的代码可以直接用qt5.5打开使用,qtSeriesPort\build-qtSeriesPort-Desktop_Qt_5_5_1_MinGW_32bit-Release\release\release文件夹是发布这个串口调试器所需的所有文件,其中“串口调试器2016.exe”是已经打包好的应用程序,不用安装,可以直接使用。
【文件预览】:
qtSeriesPort
----qtSeriesPort()
--------mainwindow.ui(13KB)
--------spcomm.cpp(7KB)
--------qtSeriesPort.pro(522B)
--------mainwindow.cpp(13KB)
--------main.cpp(183B)
--------qtSeriesPort.pro.user(18KB)
--------spcomm.h(1KB)
--------qabout.cpp(272B)
--------mainwindow.h(2KB)
--------image()
--------qabout.ui(2KB)
--------qabout.h(273B)
--------icon.qrc(101B)
----build-qtSeriesPort-Desktop_Qt_5_5_1_MinGW_32bit-Release()
--------qtSeriesPort_resource.rc(839B)
--------ui_qabout.h(3KB)
--------release()
--------debug()
--------Makefile(22KB)
--------ui_mainwindow.h(15KB)
--------Makefile.Debug(58KB)
--------Makefile.Release(58KB)
----build-qtSeriesPort-Desktop_Qt_5_5_1_MinGW_32bit-Debug()
--------ui_qabout.h(3KB)
--------release()
--------debug()
--------Makefile(22KB)
--------ui_mainwindow.h(15KB)
--------Makefile.Debug(58KB)
--------Makefile.Release(58KB)
----readme.txt(696B)