串口调试助手c++源码


串口调试助手c++源码,平台:vs2010,绝对可用!
资源截图
代码片段和文件信息
// commtest.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “commtest.h“
#include “commtestDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CCommtestApp

BEGIN_MESSAGE_MAP(CCommtestApp CWinApp)
//{{AFX_MSG_MAP(CCommtestApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CCommtestApp construction

CCommtestApp::CCommtestApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CCommtestApp object

CCommtestApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CCommtestApp initialization

BOOL CCommtestApp::InitInstance()
{
AfxEnableControlContainer();

// Standard initialization
// If you are not using these features and wish to reduce the size
//  of your final executable you should remove from the following
//  the specific initialization routines you do not need.

#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif

CCommtestDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with Cancel
}

// Since the dialog has been closed return FALSE so that we exit the
//  application rather than start the application‘s message pump.
return FALSE;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-04-19 13:27  c++-com_valid
     目录           0  2014-04-19 13:30  c++-com_validc++_csdn_valid
     文件       40052  2010-03-05 14:31  c++-com_validc++_csdn_validcommtest.aps
     文件        2474  2009-11-21 21:40  c++-com_validc++_csdn_validcommtest.clw
     文件        2091  2003-08-11 09:42  c++-com_validc++_csdn_validcommtest.cpp
     文件        4133  2006-03-17 13:38  c++-com_validc++_csdn_validcommtest.dsp
     文件         539  2003-08-11 09:42  c++-com_validc++_csdn_validcommtest.dsw
     文件        1346  2003-08-11 09:42  c++-com_validc++_csdn_validcommtest.h
     文件    14756864  2010-03-05 14:31  c++-com_validc++_csdn_validcommtest.ncb
     文件       52736  2009-11-21 22:19  c++-com_validc++_csdn_validcommtest.opt
     文件         250  2009-11-21 21:43  c++-com_validc++_csdn_validcommtest.plg
     文件        7348  2010-03-05 14:31  c++-com_validc++_csdn_validcommtest.rc
     文件    53956608  2014-04-19 13:30  c++-com_validc++_csdn_validcommtest.sdf
     文件        1083  2014-04-19 13:28  c++-com_validc++_csdn_validcommtest.sln
     文件       66560  2014-04-19 13:30  c++-com_validc++_csdn_validcommtest.suo
     文件        7327  2010-03-04 23:25  c++-com_validc++_csdn_validcommtest.vcproj
     文件        1427  2010-03-05 14:31  c++-com_validc++_csdn_validcommtest.vcproj.CHINA-ACAB36F81.Administrator.user
     文件        8404  2014-04-06 15:08  c++-com_validc++_csdn_validcommtest.vcxproj
     文件        1877  2014-04-06 15:08  c++-com_validc++_csdn_validcommtest.vcxproj.filters
     文件         143  2014-04-06 15:08  c++-com_validc++_csdn_validcommtest.vcxproj.user
     文件       25590  2010-03-05 14:31  c++-com_validc++_csdn_validcommtestDlg.cpp
     文件        3256  2010-03-05 14:31  c++-com_validc++_csdn_validcommtestDlg.h
     目录           0  2014-04-19 13:29  c++-com_validc++_csdn_validDebug
     文件        1138  2014-04-19 13:29  c++-com_validc++_csdn_validDebugBscMake.command.1.tlog
     文件        1330  2014-04-19 13:29  c++-com_validc++_csdn_validDebugscmake.read.1.tlog
     文件         994  2014-04-19 13:29  c++-com_validc++_csdn_validDebugscmake.write.1.tlog
     文件        7430  2010-03-04 23:26  c++-com_validc++_csdn_validDebugBuildLog.htm
     文件        5038  2014-04-19 13:29  c++-com_validc++_csdn_validDebugcl.command.1.tlog
     文件       60370  2014-04-19 13:29  c++-com_validc++_csdn_validDebugCL.read.1.tlog
     文件        3602  2014-04-19 13:29  c++-com_validc++_csdn_validDebugCL.write.1.tlog
     文件     8571904  2014-04-19 13:29  c++-com_validc++_csdn_validDebugcommtest.bsc
............此处省略50个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)