C++與Qt環境下串口開發調試

最近項目需要,針對VS2013 + Qt環境下,進行串口通訊。研究了一下,先簡單做了個demo測試一下,Qt下串口是否好使。 不多說,上代碼: //查找可用串口 foreach(const QSerialPortInfo &info, QSerialPortInfo::availablePorts()) { QSerialPort serial; serial.setPort(info
相關文章
相關標籤/搜索