65,206
社区成员
发帖
与我相关
我的任务
分享
pDlg->SerialSendData(m_judgeMsg); //该函数中调用了WriteToPort函数
judgeText = pDlg->GetLastMsg(); //该函数获取编辑框中的最后一行内容
....
if(judgeText == "xxx")
{
....
}
.....
pDlg->SerialSendData(m_commMsg);