资源简介
vc6下串口编程练习;需mscomm.osc控件支持
代码片段和文件信息
// KLCom.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “KLCom.h“
#include “KLComDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CKLComApp
BEGIN_MESSAGE_MAP(CKLComApp CWinApp)
//{{AFX_MSG_MAP(CKLComApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CKLComApp construction
CKLComApp::CKLComApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CKLComApp object
CKLComApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CKLComApp initialization
BOOL CKLComApp::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
CKLComDlg 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 2015-09-17 17:16 KLCom\Debug\
文件 106555 2015-08-02 09:05 KLCom\Debug\KLCom - 副本.eee
文件 106550 2015-09-17 17:16 KLCom\Debug\KLCom.exe
文件 208688 2015-09-17 17:16 KLCom\Debug\KLCom.ilk
文件 13653 2015-08-02 09:05 KLCom\Debug\KLCom.obj
文件 5493172 2015-08-02 09:05 KLCom\Debug\KLCom.pch
文件 279552 2015-09-17 17:16 KLCom\Debug\KLCom.pdb
文件 2572 2015-09-17 17:16 KLCom\Debug\KLCom.res
文件 34881 2015-08-05 18:13 KLCom\Debug\KLComDlg.obj
文件 105529 2015-08-02 09:05 KLCom\Debug\StdAfx.obj
文件 205824 2015-09-17 17:16 KLCom\Debug\vc60.idb
文件 364544 2015-08-05 18:13 KLCom\Debug\vc60.pdb
文件 20648 2015-09-17 17:15 KLCom\KLCom.aps
文件 1191 2015-09-17 17:31 KLCom\KLCom.clw
文件 2049 2009-08-16 05:42 KLCom\KLCom.cpp
文件 4141 2009-08-16 05:42 KLCom\KLCom.dsp
文件 535 2009-08-16 05:42 KLCom\KLCom.dsw
文件 1313 2009-08-16 05:42 KLCom\KLCom.h
文件 82944 2015-09-17 17:31 KLCom\KLCom.ncb
文件 299520 2015-09-17 17:31 KLCom\KLCom.opt
文件 769 2015-09-17 17:16 KLCom\KLCom.plg
文件 5428 2015-08-07 18:13 KLCom\KLCom.rc
文件 8539 2015-08-05 18:12 KLCom\KLComDlg.cpp
文件 1400 2009-08-16 05:42 KLCom\KLComDlg.h
文件 3561 2009-08-16 05:42 KLCom\ReadMe.txt
目录 0 2015-09-15 07:25 KLCom\res\
文件 1078 2009-08-16 05:42 KLCom\res\KLCom.ico
文件 397 2009-08-16 05:42 KLCom\res\KLCom.rc2
文件 729 2009-08-16 05:42 KLCom\resource.h
文件 207 2009-08-16 05:42 KLCom\StdAfx.cpp
文件 1054 2009-08-16 05:42 KLCom\StdAfx.h
............此处省略0个文件信息
相关资源
- 基于vc++6.0的rs232串口通信课程设计
- Qt5.11.1+VS2017 X64 C++动态编译 串口通讯
- VC++编写上位机串口通信界面
- MFC串口数据绘图
- 基于CSerialPort串口工具MFC Demo源码
- TCPIP实用程序&温度数据采集系统程序
- 简易PC虚拟串口示波器VC++整个工程源
- TYbCommDevice
- MFC串口通信源码
- usart hmi串口屏 恒温睡毯可显示时间定
- vc6.0编写的基于API的串口通信程序
- 串口调试助手适合MFC新手入门
- 一个很好用的串口调试助手及源码
- MFC实现RS232串口通信程序和辅助程序
- c++ 串口开发 发送/接受数据demo
- Visual C++串口通信技术详解.配套源码
- VS2010+MFC 使用WinAPI实现串口通信
- c++操作ch340 发送串口给arduino
- opencv摄像机名称及id获取,以及串口名
- c++串口读写源代码
- vc6.0串口通信,采用mscomm控件
- VC++ SerialPort类 串口调试程序vs2013工程
- vs2013串口程序
- VS2010基于对话框的MFC串口通信简明例
- MFC之CSerialPort类双串口发送接收
- VS2017-MFC串口通信(基于CSerialPort类)
- VS2013写的MFC多线程多串口编程,多串
- mfc 串口数据绘曲线图
- MFC CSerialPort类串口通信
- Visual C++/Turbo C串口通信编程实践第2版
评论
共有 条评论