资源简介
板卡采集温度通过串口通信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个文件信息
- 上一篇:课程设计 c语言 学生选课系统
- 下一篇:51单片机-光立方-C语言
相关资源
- 串口数据采集及显示
- Visual_C++_数据采集与串口通信测控应用
- 串口通信数据库:基于RFID的电子票证
- Visual C++数据采集与串口通信测控应用
- VisualC++网络高级编程.(人民邮电.陈坚
- Visual C++串口通信技术详解.(机械工业
- VC6.0经典串口通信源程序C++
- VC++ MFC 串口通信20个经典源码合集
- 一个MFC做的串口通信的好,是我单位
- Microsoft Visual C++ 2013 Redistributable X64
- soble 算子的 边缘检测 VisualC++
- UART串口通信论文参考
- Visual C++串口通信及测控应用详解--源
- VisualC++网络通信编程技术详解
- VS2010 C++ 串口通信软件包含mscomm控件和
- stm32F103zet6开串口通信2 C语言
- 龚建伟MFC串口通信
- C++ 写的串口通信 DLL文件
- USB视频设备采集图像VisualC++程序
- VC++串口通信编码
- C++Builder 串口通信调试
- 学生管理系统 sql数据库 VisualC++ 软件
- VC++串口通信20个经典源码
- Microsoft+VisualC++6.0代码提示插件
- VS2010之MFC串口通信的编写教程
- 一个牛人写的串口通信mfc源代码
- VC++ 串口通信modbus协议源代码
- Visual+C++开发基于SNMP网络管理软件配套
- VC++串口通信源代码VC6.0
- VisualC++程序设计案例教程高清版(P
评论
共有 条评论