资源简介

板卡采集温度通过串口通信RS232与visual c++上位机通过MSCOMM 进行通信,上位机将采集的温度以曲线实时显示出来,对于串口通信的上位机编程有很好的借鉴作用

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Aihdo.h“
#include “AihdoDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CAihdoApp

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

/////////////////////////////////////////////////////////////////////////////
// CAihdoApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CAihdoApp object

CAihdoApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CAihdoApp initialization

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

CAihdoDlg 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  2012-10-15 16:23  4.7  基于板卡的温度测量与控制程序设计\
     目录           0  2012-10-15 16:23  4.7  基于板卡的温度测量与控制程序设计\Ai&do\
     文件       22876  2008-12-09 12:26  4.7  基于板卡的温度测量与控制程序设计\Ai&do\Aihdo.aps
     文件        2200  2008-12-09 12:29  4.7  基于板卡的温度测量与控制程序设计\Ai&do\Aihdo.clw
     文件        2049  2008-12-07 12:47  4.7  基于板卡的温度测量与控制程序设计\Ai&do\Aihdo.cpp
     文件        4973  2008-12-07 13:13  4.7  基于板卡的温度测量与控制程序设计\Ai&do\Aihdo.dsp
     文件         604  2008-12-07 13:13  4.7  基于板卡的温度测量与控制程序设计\Ai&do\Aihdo.dsw
     文件        1313  2008-12-07 12:47  4.7  基于板卡的温度测量与控制程序设计\Ai&do\Aihdo.h
     文件       91136  2008-12-09 12:31  4.7  基于板卡的温度测量与控制程序设计\Ai&do\Aihdo.ncb
     文件       53760  2008-12-09 12:31  4.7  基于板卡的温度测量与控制程序设计\Ai&do\Aihdo.opt
     文件         244  2008-12-09 12:29  4.7  基于板卡的温度测量与控制程序设计\Ai&do\Aihdo.plg
     文件        8572  2008-12-07 12:59  4.7  基于板卡的温度测量与控制程序设计\Ai&do\Aihdo.rc
     文件       12834  2008-12-07 13:12  4.7  基于板卡的温度测量与控制程序设计\Ai&do\AihdoDlg.cpp
     文件        1908  2008-12-07 13:11  4.7  基于板卡的温度测量与控制程序设计\Ai&do\AihdoDlg.h
     文件        3561  2008-12-07 12:47  4.7  基于板卡的温度测量与控制程序设计\Ai&do\ReadMe.txt
     文件         207  2008-12-07 12:47  4.7  基于板卡的温度测量与控制程序设计\Ai&do\StdAfx.cpp
     文件        1054  2008-12-07 12:47  4.7  基于板卡的温度测量与控制程序设计\Ai&do\StdAfx.h
     文件       10474  2008-12-07 12:47  4.7  基于板卡的温度测量与控制程序设计\Ai&do\daqai.cpp
     文件        4160  2008-12-07 12:47  4.7  基于板卡的温度测量与控制程序设计\Ai&do\daqai.h
     文件        3385  2008-12-07 12:48  4.7  基于板卡的温度测量与控制程序设计\Ai&do\daqdo.cpp
     文件        2238  2008-12-07 12:48  4.7  基于板卡的温度测量与控制程序设计\Ai&do\daqdo.h
     目录           0  2012-10-15 16:23  4.7  基于板卡的温度测量与控制程序设计\Ai&do\res\
     文件        1078  2008-12-07 12:47  4.7  基于板卡的温度测量与控制程序设计\Ai&do\res\Aihdo.ico
     文件         397  2008-12-07 12:47  4.7  基于板卡的温度测量与控制程序设计\Ai&do\res\Aihdo.rc2
     文件        1373  2008-12-07 12:59  4.7  基于板卡的温度测量与控制程序设计\Ai&do\resource.h
     目录           0  2012-10-15 16:23  4.7  基于板卡的温度测量与控制程序设计\Ai&do_dll\
     文件       36538  2006-04-19 17:10  4.7  基于板卡的温度测量与控制程序设计\Ai&do_dll\Adsapi32.lib
     文件       37196  2008-12-08 19:18  4.7  基于板卡的温度测量与控制程序设计\Ai&do_dll\Aihdo_dll.aps
     文件        2143  2008-12-08 19:19  4.7  基于板卡的温度测量与控制程序设计\Ai&do_dll\Aihdo_dll.clw
     文件        2105  2008-12-08 19:03  4.7  基于板卡的温度测量与控制程序设计\Ai&do_dll\Aihdo_dll.cpp
     文件        5627  2008-12-08 19:28  4.7  基于板卡的温度测量与控制程序设计\Ai&do_dll\Aihdo_dll.dsp
............此处省略27个文件信息

评论

共有 条评论