• 大小: 5.71MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-18
  • 语言: 其他
  • 标签: VC  

资源简介

串口程序串口程序串口程序串口程序串口程序串口程序串口程序串口程序串口程序串口程序串口程序串口程序串口程序串口程序串口程序串口程序串口程序串口程序串口程序串口程序串口程序串口程序串口程序串口程序

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “CCOMTest.h“
#include “CCOMTestDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CCCOMTestApp

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

/////////////////////////////////////////////////////////////////////////////
// CCCOMTestApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CCCOMTestApp object

CCCOMTestApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CCCOMTestApp initialization

BOOL CCCOMTestApp::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

CCCOMTestDlg 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 TRUE;
}

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

     文件       9822  2003-09-24 20:43  MySerialCom\MyCom.cpp

     文件       1306  2003-09-24 20:43  MySerialCom\MyCom.h

     文件      36816  2003-09-24 19:23  MySerialCom\MySerialCom.aps

     文件       1422  2003-09-24 21:08  MySerialCom\MySerialCom.clw

     文件       2133  2003-09-21 14:28  MySerialCom\MySerialCom.cpp

     文件       4371  2003-09-21 14:41  MySerialCom\MySerialCom.dsp

     文件        547  2003-09-21 14:28  MySerialCom\MySerialCom.dsw

     文件       1379  2003-09-21 14:28  MySerialCom\MySerialCom.h

     文件      66560  2003-09-24 21:08  MySerialCom\MySerialCom.ncb

     文件      54784  2003-09-24 21:08  MySerialCom\MySerialCom.opt

     文件       1584  2003-09-24 21:01  MySerialCom\MySerialCom.plg

     文件       5783  2003-09-24 19:23  MySerialCom\MySerialCom.rc

     文件       6060  2003-09-24 21:02  MySerialCom\MySerialComDlg.cpp

     文件       1629  2003-09-24 19:55  MySerialCom\MySerialComDlg.h

     文件       3669  2003-09-21 14:28  MySerialCom\ReadMe.txt

     文件        965  2003-09-24 19:23  MySerialCom\Resource.h

     文件        213  2003-09-21 14:28  MySerialCom\StdAfx.cpp

     文件       1054  2003-09-21 14:28  MySerialCom\StdAfx.h

     文件       9822  2003-09-24 20:43  MySerialCom\《--程序--》MySerialCom\MySerialCom\MyCom.cpp

     文件       1306  2003-09-24 20:43  MySerialCom\《--程序--》MySerialCom\MySerialCom\MyCom.h

     文件      36816  2003-09-24 19:23  MySerialCom\《--程序--》MySerialCom\MySerialCom\MySerialCom.aps

     文件       1422  2003-09-24 21:08  MySerialCom\《--程序--》MySerialCom\MySerialCom\MySerialCom.clw

     文件       2133  2003-09-21 14:28  MySerialCom\《--程序--》MySerialCom\MySerialCom\MySerialCom.cpp

     文件       4371  2003-09-21 14:41  MySerialCom\《--程序--》MySerialCom\MySerialCom\MySerialCom.dsp

     文件        547  2003-09-21 14:28  MySerialCom\《--程序--》MySerialCom\MySerialCom\MySerialCom.dsw

     文件       1379  2003-09-21 14:28  MySerialCom\《--程序--》MySerialCom\MySerialCom\MySerialCom.h

     文件      66560  2003-09-24 21:08  MySerialCom\《--程序--》MySerialCom\MySerialCom\MySerialCom.ncb

     文件      54784  2003-09-24 21:08  MySerialCom\《--程序--》MySerialCom\MySerialCom\MySerialCom.opt

     文件       1584  2003-09-24 21:01  MySerialCom\《--程序--》MySerialCom\MySerialCom\MySerialCom.plg

     文件       5783  2003-09-24 19:23  MySerialCom\《--程序--》MySerialCom\MySerialCom\MySerialCom.rc

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

评论

共有 条评论