恢复误删除的文件

This commit is contained in:
2022-02-18 15:35:32 +08:00
parent 92fe58d0c3
commit b5771ca64f
32 changed files with 672 additions and 3136 deletions

View File

@ -73,7 +73,7 @@ void CZZ_SeiralPort_QT::Close()
std::string CZZ_SeiralPort_QT::ReadAll()
{
m_pSerialPort->waitForReadyRead();
m_pSerialPort->waitForReadyRead(5000);
qbaRecv.clear();
qbaRecv = m_pSerialPort->readAll();
std::string strRet(qbaRecv.constData(), qbaRecv.length());