资源简介
串口通信实例源代码,包含接收框与发送框,可设置串口,及按钮发送
代码片段和文件信息
// 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-09-01 23:14 CommTest\
文件 35940 2014-09-01 23:14 CommTest\CommTest.aps
文件 1510 2014-09-01 23:13 CommTest\CommTest.clw
文件 2091 2002-01-01 01:09 CommTest\CommTest.cpp
文件 4687 2014-09-01 23:14 CommTest\CommTest.dsp
文件 585 2002-01-01 22:34 CommTest\CommTest.dsw
文件 1346 2002-01-01 01:09 CommTest\CommTest.h
文件 66560 2014-09-01 23:14 CommTest\CommTest.ncb
文件 49664 2014-09-01 23:14 CommTest\CommTest.opt
文件 250 2014-09-01 23:14 CommTest\CommTest.plg
文件 6472 2014-09-01 23:14 CommTest\CommTest.rc
文件 8127 2014-09-01 23:14 CommTest\CommTestDlg.cpp
文件 1679 2014-09-01 21:27 CommTest\CommTestDlg.h
目录 0 2014-09-01 23:14 CommTest\Debug\
文件 118841 2014-09-01 23:14 CommTest\Debug\CommTest.exe
文件 339844 2014-09-01 23:14 CommTest\Debug\CommTest.ilk
文件 15639 2014-09-01 22:38 CommTest\Debug\CommTest.obj
文件 5499308 2014-09-01 22:38 CommTest\Debug\CommTest.pch
文件 402432 2014-09-01 23:14 CommTest\Debug\CommTest.pdb
文件 2700 2014-09-01 23:14 CommTest\Debug\CommTest.res
文件 43706 2014-09-01 23:14 CommTest\Debug\CommTestDlg.obj
文件 47304 2014-09-01 22:38 CommTest\Debug\mscomm.obj
文件 105389 2014-09-01 22:38 CommTest\Debug\StdAfx.obj
文件 189440 2014-09-01 23:14 CommTest\Debug\vc60.idb
文件 364544 2014-09-01 23:14 CommTest\Debug\vc60.pdb
文件 8569 2002-01-01 22:25 CommTest\mscomm.cpp
文件 3221 2002-01-01 22:25 CommTest\mscomm.h
文件 3615 2002-01-01 01:09 CommTest\ReadMe.txt
目录 0 2014-09-01 23:14 CommTest\res\
文件 1007 2014-09-01 23:14 CommTest\resource.h
文件 1078 2002-01-01 01:09 CommTest\res\CommTest.ico
............此处省略4个文件信息
- 上一篇:易语言sfz查询工具
- 下一篇:联想刷bios‘工具
相关资源
- 联想刷bios‘工具
- 涉密计算机清理保密检查工具
- 千锋elasticsearch视频教程带笔记
- 基于labview的变声器
- STM32 电子密码锁设计,LCD12864显示
- RK3399 DEMO官方原厂 PCB 原理图以及周边
- 黎曼几何初步 伍鸿熙
- STM32 LCD12864并口驱动实验
- 简单的ssh框架实现增删改查
- 医院后勤管理系统
- 8086交通灯 Proteus原理图及程序
- 云计算概述PPT128419
- MQTT推送Demo
- 电磁场与电磁波 谢处方
- 完整的雷达系统仿真程序
- st foc 2.0 中文手册
- 学生学籍管理系统web
- QQ盗号源码(可用)
- 376.1报文解析工具
- AB PLC 通讯协议
- 51单片机大量源码
- 送给女朋友的代码
- 冰点器,支持百度文库、豆丁、道巴
- PLC通讯与接口
- 自适应滤波amp;LMS算法
- 安卓记事本源代码,详细。
- 个人博客系统+文档
- 机票系统-机票查询机票预订
- MFC的学生管理系统
- 汽车租赁网站(毕业设计源代码)
评论
共有 条评论