uart20200720

所属分类:Windows编程
开发工具:C/C++
文件大小:3103KB
下载次数:4
上传日期:2020-08-25 16:54:20
上 传 者classpeople
说明:  QT 串口通信软件,界面非常不错,是学习QT 编程的好例子。有QT编程的可以下载学习一下!
(QT serial communication software, interface is very good, is a good example of learning QT programming. QT programming can download to learn!)

文件列表:
uart20200720\Debug\.qmake.stash (1093, 2020-07-21)
uart20200720\Debug\debug\extend.xml (1112, 2020-07-12)
uart20200720\Debug\extend.xml (1112, 2020-07-12)
uart20200720\Debug\Makefile (28705, 2020-08-23)
uart20200720\Debug\Makefile.Debug (230586, 2020-08-23)
uart20200720\Debug\Makefile.Release (230624, 2020-08-23)
uart20200720\Debug\object_script.hdmi.Debug (388, 2020-08-23)
uart20200720\Debug\object_script.hdmi.Release (388, 2020-08-23)
uart20200720\Debug\release\extend.xml (1112, 2020-07-12)
uart20200720\Debug\release\hdmi.exe (1048064, 2020-08-23)
uart20200720\Debug\release\qrc_resource.cpp (4392459, 2020-07-21)
uart20200720\Debug\tmp\extendbar.o (31573, 2020-07-21)
uart20200720\Debug\tmp\logo_res.o (17246, 2020-07-21)
uart20200720\Debug\tmp\main.o (5861, 2020-08-23)
uart20200720\Debug\tmp\mainwindow.o (24964, 2020-07-21)
uart20200720\Debug\tmp\messagebox.o (12686, 2020-07-21)
uart20200720\Debug\tmp\moc_extendbar.cpp (3914, 2020-07-21)
uart20200720\Debug\tmp\moc_extendbar.o (11768, 2020-07-21)
uart20200720\Debug\tmp\moc_mainwindow.cpp (3611, 2020-07-21)
uart20200720\Debug\tmp\moc_mainwindow.o (9598, 2020-07-21)
uart20200720\Debug\tmp\moc_messagebox.cpp (3649, 2020-07-21)
uart20200720\Debug\tmp\moc_messagebox.o (12104, 2020-07-21)
uart20200720\Debug\tmp\moc_mousemove.cpp (2774, 2020-07-21)
uart20200720\Debug\tmp\moc_mousemove.o (10891, 2020-07-21)
uart20200720\Debug\tmp\moc_predefs.h (14896, 2020-07-21)
uart20200720\Debug\tmp\moc_qbasewidget.cpp (7157, 2020-07-21)
uart20200720\Debug\tmp\moc_qbasewidget.o (14969, 2020-07-21)
uart20200720\Debug\tmp\moc_qextserialport.cpp (10076, 2020-07-21)
uart20200720\Debug\tmp\moc_qstatubar.cpp (2774, 2020-07-21)
uart20200720\Debug\tmp\moc_qstatubar.o (10885, 2020-07-21)
uart20200720\Debug\tmp\moc_qtitlebar.cpp (2774, 2020-07-21)
uart20200720\Debug\tmp\moc_qtitlebar.o (10885, 2020-07-21)
uart20200720\Debug\tmp\moc_qtoolbar.cpp (2771, 2020-07-21)
uart20200720\Debug\tmp\moc_qtoolbar.o (10885, 2020-07-21)
uart20200720\Debug\tmp\moc_quiwidget.cpp (2778, 2020-07-21)
uart20200720\Debug\tmp\moc_quiwidget.o (5342, 2020-07-21)
uart20200720\Debug\tmp\mousemove.o (2443, 2020-07-21)
uart20200720\Debug\tmp\qbasewidget.o (69737, 2020-07-21)
uart20200720\Debug\tmp\qextserialport.o (33840, 2020-07-21)
uart20200720\Debug\tmp\qextserialport_win.o (17758, 2020-07-21)
... ...

使用方法: pro文件 include(qextserialport/qextserialport.pri) QextSerialPort *GSM_COM = new QextSerialPort(portName, QextSerialPort::EventDriven); isOpen = GSM_COM->open(QIODevice::ReadWrite); if (isOpen) { GSM_COM->flush(); GSM_COM->setBaudRate(BAUD9600); GSM_COM->setDataBits(DATA_8); GSM_COM->setParity(PAR_NONE); GSM_COM->setStopBits(STOP_1); GSM_COM->setFlowControl(FLOW_OFF); GSM_COM->setTimeout(10); }

近期下载者

相关文件


收藏者