登录
首页 » 界面开发 » MFC 串口助手

MFC 串口助手

于 2022-02-03 发布 文件大小:5.79 MB
0 154
下载积分: 2 下载次数: 1

代码说明:

应用背景关于MFC的串口助手问题,利用VS2010软件,编写简单的串口助手界面,用于采集和发送数据,很实用。本人也是刚刚入门MFC,参照一些资料和源代码就实验做了这么一个串口通信工 具,关键技术MFC 串口助手,VS2010 ,VS2013。 建议大家先理解一个源代码的构架和结构再深入学习!本文档可以一步一步教你从建 立工程到实验调试,是一个非常完整的教程!非常适合新手练习

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 一个表格,基于mfc
    一个表格界面,基于mfc-a forms interface, based on mfc
    2022-07-02 04:32:48下载
    积分:1
  • 各个文件夹以树状的结构来显示文件信息
    各个文件夹以树状的结构来显示文件信息-various folders in a tree structure of the document to show information
    2022-01-26 05:00:43下载
    积分:1
  • 这个是列表的更新,对学列表很有意义
    这个是列表的更新,对学列表很有意义-this is the list updated list of great significance for school
    2022-03-20 09:18:38下载
    积分:1
  • mainly on how to design a clock
    主要是关于怎么样设计一个时钟的源代码, 开发工具为VC++ -mainly on how to design a clock-like source code, development tools for VC
    2022-03-22 22:36:56下载
    积分:1
  • 一个java下的小游戏
    一个java下的小游戏-under a small game
    2022-04-23 03:58:36下载
    积分:1
  • 本程序是单文档分割窗体的一种通信方法,自己感觉是比较笨的一种方法,可能使用消息映射的方法更好. 另外,周期也是一个不得不考虑的问...
    本程序是单文档界面分割窗体的一种通信方法,自己感觉是比较笨的一种方法,可能使用消息映射的方法更好. 另外,开发周期也是一个不得不考虑的问题。程序工作在内核,稳定性/兼容性都需要大量测试,而且可供使用的函数库相对于应用层来说相当少。在应用层开发,调试修改相对要容易地多。 应用层截包驱动程序工作在操作系统内核,截断了所有的报文收发过程,并且把报文送到应用程序中处理,根据应用的策略,或者继续收发过程,或者丢弃,或者做其他的改变。 这个工具包提供了应用编程接口,允许应用程序处理报文,从而可以在实现以往必须写驱动程序才能做到的事情。 不考虑性能因素的话,在UCapture的基础上,可以实现所有的网络应用。 本文中的代码即实现了一个简单的防火墙。 -this procedure is a single document interface window in a separate communication methods, their feeling is a stupid comparison, the possible use of the method of mapping information better. In addition, the development cycle is one to consider. The core work procedures, stability/compatibility requires extensive testing, but the availability of libraries in relation to the application layer is concerned is very small. The application-layer development and debugging easier to change relative to the number. Application Layer Packet Driver cut in the operating system kernel, cut off all of the reported text transceiver process. and th
    2022-07-03 19:48:01下载
    积分:1
  • 用 C++ 创建简单的 Win32 服务程序(NTServCtrl) 详细信息 < NT服务 > 《用 C++ 创建简单的 Win32 服务程序》一...
    用 C++ 创建简单的 Win32 服务程序(NTServCtrl) 详细信息 < NT服务 > 《用 C++ 创建简单的 Win32 服务程序》一文的例子代码。描述如何用 Visual C++ 创建 Windows NT 服务程序。创建该服务仅用到一个 C++ 类,这个类提供服务与操作系统之间一个简单的接口。使用这个类实现自己的服务非常简单,只要改写少数几个基类中的虚拟函数即可。文中有三个源代码参考例子:这是其中之一―― NTServCtrl:是一个独立的程序例子,用它可以监控某个 Win32 服务; 其余两个分别为: NTService:是一个简单的 Win32 服务,它就是用本文所描述的方法建立的; NTServCpl:是一个控制面版程序,用来控制 NTService 服务;-create simple Win32 services (NTServCtrl) detailed information lt; NT services gt; "C create simple Win32 service procedures," a text of the code examples. Describe how to use Visual C create Windows NT service procedures. Creation of the service only to a category C, the category of services provided between an operating system with a simple interface. Use this category to realize their services are very simple, as long as rewriting a few of the base class function can be virtual. The text has three reference source code example : This is one of them-- NTServCtrl : an independent process example, it can monitor with a Win32 servi
    2022-12-15 07:30:03下载
    积分:1
  • 一种状态机的设计模式实现
    状态机模型在常用软件开发过程中都会遇到。本代码是模拟实现一种常用的状态机设计模式,实现不同状态下的数据变化和更新机制。该代码可以方便初学者学习并了解状态机的C++使用过程,由于本代码是demo版本,里面难免会出现错误,希望大家批评与指点。
    2023-08-28 01:40:03下载
    积分:1
  • 一个很有用的文件分割程序代码,可以分割不方便移动的大文件,推荐!...
    一个很有用的文件分割程序代码,可以分割不方便移动的大文件,推荐!-a very useful document segmentation code can be inconvenient mobile division of document and recommend it!
    2022-03-01 15:18:33下载
    积分:1
  • windows 服务器
    这个是自己写的一个简单地基于socket API的服务端程序。该程序演示了一般服务端编程的基本步骤。也有一些调试处理函数。
    2022-05-14 21:24:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载