CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 串口编程 搜索资源 - MFC 控件

搜索资源列表

  1. SCommTestcontrol

    0下载:
  2. 用MFC的Comm控件实现串口通信测试,可以向串口发出控制指令,我已经把这个程序用在远程控制云台转动的操作了,希望对大家有帮助-with MFC Comm Serial Communication Control tests to be issued Serial control commands, I have used this procedure in rotating platforms, remote control operation, we hope to help
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:32501
    • 提供者:杜莉
  1. CharSend-Receive

    0下载:
  2. 利用MSComm控件,在一个MFC工程中实现对串口进行数据发送和接收
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:36018
    • 提供者:了挖
  1. COMSerial

    0下载:
  2. 在MFC下,编写串口通信程序包括两种方法,一种是使用MSComm控件,一种是使用API通信函数。本程序演示了如何使用串口通信API实现串口通信。-in MFC, to prepare serial communication program includes two ways : one is to use MSComm control, the use of a communication API functions. This program demonstrated how to use
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:31654
    • 提供者:王 望
  1. VC

    0下载:
  2. 用VC 控件MSComm实现串口通信,本文详细介绍了串行通信的基本原理,以及在Windows NT、Win98 环境下用MFC 实现串口(COM)通信的方法:-Using VC control MSComm realization of serial communication
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:530788
    • 提供者:张立
  1. RS232

    0下载:
  2. 串口助手源码,通过MFC的串口控件来控制数据的接发-Serial assistant source, through serial controls to control the MFC sending data
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:69039
    • 提供者:Roy
  1. chuankou_zhuji

    0下载:
  2. 这是一个串口通信的主机例程,通过控件做成的一个MFC的例子,很好的实现了串口通信的仿真-This is a serial communication routines of the host, through the control into a MFC example of good implementation of the Serial Communication Simulation
  3. 所属分类:Com Port

    • 发布日期:2017-05-09
    • 文件大小:2012443
    • 提供者:sunzhengchen
  1. chuankou_cejuji

    0下载:
  2. 这是一个串口通信的下位机例程,通过控件做成的一个MFC的例子,很好的实现了串口通信的仿真-This is a serial communication routine the next bit plane, through the control into a MFC example of good implementation of the Serial Communication Simulation
  3. 所属分类:Com Port

    • 发布日期:2017-05-16
    • 文件大小:3800148
    • 提供者:sunzhengchen
  1. 91331982MSCommV1

    0下载:
  2. MFC下用MSComm控件实现串口通讯,调试通过,并且可以测量串口电压-This programme can transfer data to your seriel with the MSCOMM.
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:72736
    • 提供者:酷宝宝
  1. mycom

    0下载:
  2. MFC编写的串口调试软件,利用MSCOMM控件编写。同时提供了软件的发行安装包,MSCOMM控件的注册授权文件和注册方法。-Serial debugging software written in MFC, using the preparation of MSCOMM control. While providing a software distribution package, MSCOMM control, the registration authority and the regis
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:978285
    • 提供者:黄宏钦
  1. wang_mscomm-

    0下载:
  2. 基于mfc activeX控件的串口使用方法总结。-Mfc activeX control is based on the serial port to use summary.
  3. 所属分类:Com Port

    • 发布日期:2017-04-05
    • 文件大小:6154
    • 提供者:wang
  1. VC_MSComm

    0下载:
  2. 利用Visual C++ MFC和微软的MSComm(Microsoft Communications Control)串口通信控件写的串口通信程序-Using Visual C++ MFC and Microsoft MSComm (Microsoft Communications Control) serial communication control program written in serial communication ... ...
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:43299
    • 提供者:小小
  1. FileTransComm

    1下载:
  2. 利用Visual C++ MFC和微软MSComm(Microsoft Communications Control)串口通信控件,借助于串口来传输文件。由于串口的缓冲区限制,需要将文件先分割成多个部分分别打包发送,接收方只有在接收到说有的文件包后才进行解包、校验和拼接,最后提取文件名,提示用户保存。这个资源还包含了一些其它的有用文件和信息…… 对于刚开始利用VC++开发的程序员也是会有较大的帮助,可以下载看看,我相信您会觉得值的-Using Visual C++ MFC and Micro
  3. 所属分类:Com Port

    • 发布日期:2017-03-27
    • 文件大小:73820
    • 提供者:小小
  1. API-232

    0下载:
  2. 在mfc中进行串口通讯最简单的方法莫过于在对话框中使用MSCOMM控件了,MSComm通信控件提供了一系列标准通信命令的接口,它允许建立串口连接,可以连接到其他通信设备(如Modem). 还可以发送命令、进行数据交换以及监视和响应在通信过程中可能发生的各种错误和事件,从而可以用它创建全双工 、事件驱动的、高效实用的通信程序。 -The first Chapter provides an introduction to the API-232 library. Chapt
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:18336
    • 提供者:王建
  1. Wireless-Serial-based-on-MFC

    0下载:
  2. 在MFC Dialog环境下,用MSComm控件实现单片机与上位机的无线串口通讯,保存接收数据,并用画图函数实时画出数据曲线-In the MFC Dialog environment, using MSComm control MCU and the host computer with wireless serial communications, saving the received data, and draw with a real-time data curve drawing f
  3. 所属分类:Com Port

    • 发布日期:2017-05-23
    • 文件大小:7319686
    • 提供者:徐曙
  1. MSComm_MFC

    0下载:
  2. 用MFC的MSComm控件编写串口通信助手,含教程,代码-MSComm control with the MFC write serial communication aides, including tutorials, code
  3. 所属分类:Com Port

    • 发布日期:2017-05-17
    • 文件大小:5021626
    • 提供者:wuyaoguo
  1. MFC-MSCOMM

    0下载:
  2. 采用MFC和MSCOMM控件编写的串口通信程序-MFC MSCOMM
  3. 所属分类:Com Port

    • 发布日期:2016-10-26
    • 文件大小:2817024
    • 提供者:陈明
  1. MFC-com

    0下载:
  2. 本文既写了在Windows中怎样用VC控件MSComm,又说明了API技术编程方法,在写用MSComm控件时,数据类型的转换说得不是太明白,初次涉猎串口编程的朋友恐怕看了还是编不出来;直接从底层编写的部分值得一读,说得较为详细,但你得先从VC教本上看一看什么是线程。-This paper is written in Windows using VC control how MSComm, and shows the API technology programming method, and w
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:6379
    • 提供者:赵小亮
  1. SCommTest

    0下载:
  2. 自己写的关于IC芯片的轮询写串口数据的一个基于MFC 控件的程序。
  3. 所属分类:Com Port

    • 发布日期:2017-05-17
    • 文件大小:4576437
    • 提供者: 孙康康
  1. MFCApplication1

    0下载:
  2. 通过C++和MFC控件实现通信,有界面。(Communicate through C++ and MFC controls)
  3. 所属分类:串口编程

    • 发布日期:2017-12-19
    • 文件大小:39007232
    • 提供者:脸脸脸脸
  1. MSCOMM

    1下载:
  2. VS2010MFC没有串口控件,此压缩包里包含了串口控件相关的3个文件。mscomm32.ocx MSCOMM32.oca MSCOMM32.DEP MSCOMM.SRG(VS2010MFC has no serial port control, which contains 3 files related to serial port control.mscomm32.ocx MSCOMM32.oca MSCOMM32.DEP MSCOMM.SRG)
  3. 所属分类:串口编程

    • 发布日期:2018-05-01
    • 文件大小:59392
    • 提供者:dengxuexing
« 12 »
搜珍网 www.dssz.com