• 大小: 532KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-07
  • 语言: C/C++
  • 标签: MFC  串口  

资源简介

MFC编写的简单上位机,通过串口可以控制无刷直流电机控制器进行相关的操作。

资源截图

代码片段和文件信息


// com_test-MFC.cpp : 定义应用程序的类行为。
//

#include “stdafx.h“
#include “com_test-MFC.h“
#include “com_test-MFCDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#endif


// Ccom_testMFCApp

BEGIN_MESSAGE_MAP(Ccom_testMFCApp CWinApp)
ON_COMMAND(ID_HELP &CWinApp::onhelp)
END_MESSAGE_MAP()


// Ccom_testMFCApp 构造

Ccom_testMFCApp::Ccom_testMFCApp()
{
// 支持重新启动管理器
m_dwRestartManagerSupportFlags = AFX_RESTART_MANAGER_SUPPORT_RESTART;

// TODO:  在此处添加构造代码,
// 将所有重要的初始化放置在 InitInstance 中
}


// 唯一的一个 Ccom_testMFCApp 对象

Ccom_testMFCApp theApp;


// Ccom_testMFCApp 初始化

BOOL Ccom_testMFCApp::InitInstance()
{
// 如果一个运行在 Windows XP 上的应用程序清单指定要
// 使用 ComCtl32.dll 版本 6 或更高版本来启用可视化方式,
//则需要 InitCommonControlsEx()。  否则,将无法创建窗口。
INITCOMMONCONTROLSEX InitCtrls;

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-04-11 11:11  com_test-MFC\
     目录           0  2015-04-11 12:27  com_test-MFC\com_test-MFC\
     文件      202124  2015-03-31 15:20  com_test-MFC\com_test-MFC\com_test-MFC.aps
     文件        2442  2015-03-28 15:48  com_test-MFC\com_test-MFC\com_test-MFC.cpp
     文件         475  2015-03-28 15:48  com_test-MFC\com_test-MFC\com_test-MFC.h
     文件       14816  2015-03-31 15:20  com_test-MFC\com_test-MFC\com_test-MFC.rc
     文件        6520  2015-03-31 12:38  com_test-MFC\com_test-MFC\com_test-MFC.vcxproj
     文件        2525  2015-03-30 12:34  com_test-MFC\com_test-MFC\com_test-MFC.vcxproj.filters
     文件         165  2015-03-30 16:44  com_test-MFC\com_test-MFC\com_test-MFC.vcxproj.user
     文件       21398  2015-04-11 12:27  com_test-MFC\com_test-MFC\com_test-MFCDlg.cpp
     文件        2034  2015-03-31 15:39  com_test-MFC\com_test-MFC\com_test-MFCDlg.h
     文件        4206  2015-03-30 10:13  com_test-MFC\com_test-MFC\file.dat
     文件         542  2015-03-29 12:16  com_test-MFC\com_test-MFC\mscomm.cpp
     文件       11591  2015-03-29 12:16  com_test-MFC\com_test-MFC\mscomm.h
     文件        3952  2015-03-28 15:48  com_test-MFC\com_test-MFC\ReadMe.txt
     目录           0  2015-03-30 13:02  com_test-MFC\com_test-MFC\res\
     文件       67777  2013-07-22 01:18  com_test-MFC\com_test-MFC\res\com_test-MFC.ico
     文件         678  2015-03-28 15:48  com_test-MFC\com_test-MFC\res\com_testMFC.rc2
     文件      117066  2015-03-23 13:58  com_test-MFC\com_test-MFC\res\logo.ico
     文件       18610  2015-03-30 11:48  com_test-MFC\com_test-MFC\res\OFF.ico
     文件       21919  2015-03-30 11:48  com_test-MFC\com_test-MFC\res\ON.ico
     文件      215040  2015-03-30 16:09  com_test-MFC\com_test-MFC\res\Thumbs.db
     文件        3810  2015-03-31 15:13  com_test-MFC\com_test-MFC\resource.h
     文件         145  2015-03-28 15:48  com_test-MFC\com_test-MFC\stdafx.cpp
     文件        1578  2015-03-28 15:48  com_test-MFC\com_test-MFC\stdafx.h
     文件         234  2015-03-28 15:48  com_test-MFC\com_test-MFC\targetver.h
     文件         982  2015-03-30 23:02  com_test-MFC\com_test-MFC.sln
     文件       42496  2015-04-11 12:36  com_test-MFC\com_test-MFC.v12.suo
     目录           0  2015-03-28 15:50  com_test-MFC\ipch\
     目录           0  2015-03-30 16:14  com_test-MFC\ipch\com_test-mfc-80770af6\
     文件       32792  2015-03-30 23:02  com_test-MFC\UpgradeLog.htm
............此处省略5个文件信息

评论

共有 条评论