qt串口通信

时间:2018-08-31 07:38:51
【文件属性】:

文件名称:qt串口通信

文件大小:18KB

文件格式:RAR

更新时间:2018-08-31 07:38:51

qt 串口通信

qt 串口通信 部分代码如下: myCom = new Win_QextSerialPort(QString("COM3"),QextSerialBase::EventDriven); if(!myCom ->open(QIODevice::ReadWrite)) return; ui->pushButton->setEnabled(false); myCom->setBaudRate(BAUD9600); myCom->setDataBits(DATA_8); myCom->setParity(PAR_NONE); myCom->setStopBits(STOP_1); myCom->setTimeout(500); connect(myCom,SIGNAL(readyRead()),this,SLOT(readCom()));


【文件预览】:
test
----qextserialport.h(867B)
----test.pro(484B)
----win_qextserialport.cpp(34KB)
----win_qextserialport.h(4KB)
----qextserialbase.h(7KB)
----main.cpp(189B)
----mainwindow.ui(2KB)
----qextserialport.cpp(3KB)
----mainwindow.cpp(971B)
----mainwindow.h(577B)
----test.pro.user(12KB)
----qextserialbase.cpp(6KB)

网友评论