資源簡介
很好的串口通信實例,采用CMSComm通信控件實現,功能正常,方便串口學習調試。
代碼片段和文件信息
//?mscom.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“mscom.h“
#include?“mscomDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CMscomApp
BEGIN_MESSAGE_MAP(CMscomApp?CWinApp)
//{{AFX_MSG_MAP(CMscomApp)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code!
//}}AFX_MSG
ON_COMMAND(ID_HELP?CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CMscomApp?construction
CMscomApp::CMscomApp()
{
//?TODO:?add?construction?code?here
//?Place?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????118842??2017-07-10?17:12??mscom\Debug\mscom.exe
?????文件?????274912??2017-07-10?17:12??mscom\Debug\mscom.ilk
?????文件??????15612??2017-07-10?15:40??mscom\Debug\mscom.obj
?????文件????5494164??2017-07-04?16:36??mscom\Debug\mscom.pch
?????文件?????435200??2017-07-10?17:12??mscom\Debug\mscom.pdb
?????文件???????2968??2017-07-10?15:38??mscom\Debug\mscom.res
?????文件??????51336??2017-07-10?17:12??mscom\Debug\mscomDlg.obj
?????文件??????47479??2017-07-04?16:36??mscom\Debug\mscomm.obj
?????文件?????105546??2017-07-04?16:36??mscom\Debug\StdAfx.obj
?????文件?????222208??2017-09-27?08:21??mscom\Debug\vc60.idb
?????文件?????372736??2017-07-10?17:12??mscom\Debug\vc60.pdb
?????文件??????36280??2017-07-10?15:38??mscom\mscom.aps
?????文件???????1680??2017-09-27?08:23??mscom\mscom.clw
?????文件???????2049??2017-07-04?15:18??mscom\mscom.cpp
?????文件???????4564??2017-07-04?20:31??mscom\mscom.dsp
?????文件????????579??2017-07-04?20:31??mscom\mscom.dsw
?????文件???????1313??2017-07-04?15:18??mscom\mscom.h
?????文件??????66560??2017-09-27?08:24??mscom\mscom.ncb
?????文件??????55808??2017-09-27?08:24??mscom\mscom.opt
?????文件????????961??2017-07-10?17:12??mscom\mscom.plg
?????文件???????6384??2017-07-10?15:38??mscom\mscom.rc
?????文件???????8766??2017-07-10?17:12??mscom\mscomDlg.cpp
?????文件???????1731??2017-07-10?15:40??mscom\mscomDlg.h
?????文件???????8569??2017-07-04?15:20??mscom\mscomm.cpp
?????文件???????3221??2017-07-04?15:20??mscom\mscomm.h
?????文件???????3561??2017-07-04?15:18??mscom\ReadMe.txt
?????文件???????9357??2017-07-04?16:36??mscom\Release\mscom.obj
?????文件????5704724??2017-07-04?16:36??mscom\Release\mscom.pch
?????文件???????2464??2017-07-04?16:36??mscom\Release\mscom.res
?????文件??????25811??2017-07-04?16:36??mscom\Release\mscomm.obj
............此處省略14個文件信息
評論
共有 條評論