增加手动机测试,可正常串口通信。

This commit is contained in:
TAO Cheng
2013-06-14 10:13:05 +08:00
parent 6f04c5fda4
commit f769cef71a
9 changed files with 162 additions and 63 deletions
@@ -187,6 +187,7 @@ public:
BOOL m_iRecvState;
CString m_csRecv;
INT m_iRecvByte;
char m_RecvData[255];
};
#endif // CMMIO_SERIAL_H