资源简介

VC++串口通讯源代码例子,串口精灵源代码

资源截图

代码片段和文件信息

// CommWizard.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “CommWizard.h“
#include “CommWizardDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CCommWizardApp

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

/////////////////////////////////////////////////////////////////////////////
// CCommWizardApp construction

CCommWizardApp::CCommWizardApp()
{
// 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      22692  2002-04-02 05:35  VC++串口通讯源代码例子\CommWizard.aps

     文件       2221  2002-04-02 05:35  VC++串口通讯源代码例子\CommWizard.clw

     文件       2119  2002-03-03 22:53  VC++串口通讯源代码例子\CommWizard.cpp

     文件       4796  2002-03-04 09:12  VC++串口通讯源代码例子\CommWizard.dsp

     文件        589  2002-03-04 00:49  VC++串口通讯源代码例子\CommWizard.dsw

     文件       1368  2002-03-03 22:53  VC++串口通讯源代码例子\CommWizard.h

     文件     123904  2002-04-02 05:35  VC++串口通讯源代码例子\CommWizard.ncb

     文件      53760  2010-12-02 16:34  VC++串口通讯源代码例子\CommWizard.opt

     文件       2003  2002-04-02 05:35  VC++串口通讯源代码例子\CommWizard.plg

     文件       7523  2002-03-16 08:23  VC++串口通讯源代码例子\CommWizard.rc

     文件       9669  2002-03-15 01:56  VC++串口通讯源代码例子\CommWizardDlg.cpp

     文件       2039  2002-03-04 02:11  VC++串口通讯源代码例子\CommWizardDlg.h

     文件     122935  2010-12-02 16:05  VC++串口通讯源代码例子\Debug\CommWizard.exe

     文件     256988  2010-12-02 16:05  VC++串口通讯源代码例子\Debug\CommWizard.ilk

     文件      15585  2010-12-02 16:05  VC++串口通讯源代码例子\Debug\CommWizard.obj

     文件    5507044  2010-12-02 16:05  VC++串口通讯源代码例子\Debug\CommWizard.pch

     文件     320512  2010-12-02 16:05  VC++串口通讯源代码例子\Debug\CommWizard.pdb

     文件       3548  2010-12-02 16:05  VC++串口通讯源代码例子\Debug\CommWizard.res

     文件      53759  2010-12-02 16:05  VC++串口通讯源代码例子\Debug\CommWizardDlg.obj

     文件      47360  2010-12-02 16:05  VC++串口通讯源代码例子\Debug\mscomm.obj

     文件      15502  2010-12-02 16:05  VC++串口通讯源代码例子\Debug\SettingDlg.obj

     文件     105445  2010-12-02 16:05  VC++串口通讯源代码例子\Debug\StdAfx.obj

     文件     197632  2010-12-02 16:05  VC++串口通讯源代码例子\Debug\vc60.idb

     文件     364544  2010-12-02 16:05  VC++串口通讯源代码例子\Debug\vc60.pdb

     文件       8569  2002-03-04 00:41  VC++串口通讯源代码例子\mscomm.cpp

     文件       3221  2002-03-04 00:41  VC++串口通讯源代码例子\mscomm.h

     文件       3651  2002-03-03 22:53  VC++串口通讯源代码例子\ReadMe.txt

     文件       1078  2002-03-03 22:53  VC++串口通讯源代码例子\res\CommWizard.ico

     文件        402  2002-03-03 22:53  VC++串口通讯源代码例子\res\CommWizard.rc2

     文件       1239  2002-03-04 08:22  VC++串口通讯源代码例子\Resource.h

............此处省略10个文件信息

评论

共有 条评论