This commit is contained in:
2021-11-05 17:00:48 +08:00
parent 5e421006e0
commit 377be64388
16 changed files with 431 additions and 35 deletions

View File

@ -2,7 +2,7 @@
#include "ATPControl_Serial_QT.h"
#include "Logger.h"
using namespace std;
#pragma once
int main(int argc, char *argv[])
@ -12,6 +12,7 @@ int main(int argc, char *argv[])
//QT_LOG::ZZ_InitLogger(QCoreApplication::applicationDirPath() + "/Log/");
QString qstrTest="This is a test message 2";
qDebug() << qstrTest;
cout << "This is a test message";
//////////////////////////////////////////////////////////////////////////test
ZZ_ATPControl_Serial_Qt m_ctrlATP;
QByteArray qbTest;