CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - mscomm控件

搜索资源列表

  1. AboutMSCOMM

    0下载:
  2. 这是我在平时写VC程序(说准确点是在写一个串口程序时)发现的使用MSCOMM控件时需要进行的一些设置,希望对大学有点帮助啊!-This is what I wrote in peacetime VC (accurately point is a serial write process) found that the use of MSCO MM controls required for the setting up, and I hope to help the University a l
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1851
    • 提供者:zhang
  1. MSComm

    1下载:
  2. MSComm 控件通过串行端口传输和接收数据,为应用程序提供串行通讯功能。MSComm控件在串口编程时非常方便,程序员不必去花时间去了解较为复杂的API函数,而且在VC、VB、Delphi等语言中均可使用。 Microsoft Communications Control(以下简称MSComm)是Microsoft公司提供的简化Windows下串行通信编程的ActiveX控件,它为应用程序提供了通过串行接口收发数据的简便方法。具体的来说,它提供了两种处理通信问题的方法:一是事件驱动(Event-
  3. 所属分类:软件工程

    • 发布日期:2014-01-15
    • 文件大小:8945
    • 提供者:steven
  1. SComm_helper

    0下载:
  2. 1.建立项目 2.在项目中插入MSComm控件 3.利用ClassWizard定义CMSComm类控制变量 4.在对话框中添加控件 5.添加串口事件消息处理函数OnComm() 6.打开和设置串口参数 7.发送数据   -1. Item 2 of the establishment. Insert the project MSComm 3. Use ClassWizar d definition CMSComm category four control v
  3. 所属分类:软件工程

    • 发布日期:2014-01-15
    • 文件大小:43719
    • 提供者:steven
  1. mscomm

    0下载:
  2. 这个程序用来注册串口控件仅供参考如有错误码请高手朋友多多指点
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1663
    • 提供者:xing
  1. note38

    0下载:
  2. 基 于Visual Basic 软件编程开发了远程读取多功能电力仪表数据的程序。通过MSComm 控件对RS-232 串口COM1 的进行控制,实现了对多功能电力仪表远程控制功能。
  3. 所属分类:软件工程

    • 发布日期:2014-01-16
    • 文件大小:114438
    • 提供者:qinxuebin
  1. 程序实例.doc

    0下载:
  2. 介绍了利用API函数和MSComm控件设计串口通信程序的方法,包括字符与文件的发送与接收。
  3. 所属分类:软件工程

  1. shiboqi

    0下载:
  2. 实现了示波器最主要的基本功能,基于USB接口,采用MSCOMM控件。-The main achievement of the basic functions of Oscilloscope, based on the USB interface, using MSCOMM control.
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:483026
    • 提供者:lidejjj
  1. chuankoushoufa

    0下载:
  2. 用VC编写的串口收发,使用MSCOMM控件,能实现基本功能-Written by VC serial transceivers, using MSCOMM control, to achieve the basic functions of
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:34028
    • 提供者:chenyu
  1. chuankoushoufa

    0下载:
  2. 用VC编写的串口收发文件代码,使用MSCOMM控件,能实现基本功能-With the VC send and receive documents written in serial code, the use of MSCOMM control, to achieve the basic functions of
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1915605
    • 提供者:chenyu
  1. VC_examples

    1下载:
  2. 实例12-1:使用用户界面线程实例。源代码在光盘中“\12\InterfaceThread”目录下。 实例12-2:使用工作者线程实例。源代码在光盘中“\12\ControlThread”目录下。 实例12-3:多线程实例。源代码在光盘中“\12\WQDemo”目录下。 实例12-4:线程间的通信。源代码在光盘中“\12\ThreadCommu”目录下。 实例13-1:动态链接库(Dll)实例。源代码在光盘中“\13\dlltest ”目录下。 实例13-2:鼠标钩子应
  3. 所属分类:software engineering

    • 发布日期:2015-12-05
    • 文件大小:4390451
    • 提供者:ajian
  1. vcMSCom

    2下载:
  2. vc串口通讯控件MSComm编程详解,在mfc中进行串口通讯最简单的方法莫过于在对话框中使用MSCOMM控件了,MSComm通信控件提供了一系列标准通信命令的接口,它允许建立串口连接,可以连接到其他通信设备(如Modem).还可以发送命令、进行数据交换以及监视和响应在通信过程中可能发生的各种错误和事件,从而可以用它创建全双工 、事件驱动的、高效实用的通信程序。 -vc serial communication control MSComm programming Xiang Jie, car
  3. 所属分类:Project Design

    • 发布日期:2016-06-04
    • 文件大小:75589
    • 提供者:于玮婷
  1. real-time-data-acquisition

    0下载:
  2. 本文介绍VB6.0利用MSComm通信控件,开发微机通过串口对工业仪表进行实时数据采集的编程技术。给出的程序代码具有通用性,并有详细的注释,可以直接或稍加改动后用于其他数据采集或实时控制程序中。-This article describes the use VB6.0 MSComm communication control, the development of industrial computer through the serial port data acquisition instr
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:62864
    • 提供者:clover
  1. serial

    0下载:
  2. 1.建立项目 2.在项目中插入MSComm控件 3.利用ClassWizard定义CMSComm类控制变量 4.在对话框中添加控件 5.添加串口事件消息处理函数OnComm() 6.打开和设置串口参数 7.发送数据 -(1) the establishment of Item 2. Into the MSComm control in the project. Control variable 4. Use ClassWizard defined CMSComm
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:25258
    • 提供者:super
  1. mscomm

    0下载:
  2. 控件 进行串口通信,采用微软的控件控件 进行串口通信,采用微软的控件-Controls the serial communication, using Microsoft' s control controls the serial communication, using Microsoft' s control
  3. 所属分类:software engineering

    • 发布日期:2017-11-18
    • 文件大小:6711
    • 提供者:mxt
  1. read-serial-data-by-the-Visual-Basic

    0下载:
  2. 利用VB中的MScomm控件读串口传过来的定位数据,-Utilize VB in MScomm controls read the serial pass over the positioning data,
  3. 所属分类:software engineering

    • 发布日期:2017-11-08
    • 文件大小:2995
    • 提供者:李丽
  1. dataacq

    0下载:
  2. VB编写的与PCL下位机通信的程序,主要使用VB的mscomm控件实现,其中还包括实时曲线的绘制-VB, and PCL next crew communication procedures, the main use of VB mscomm control implementation, which also includes real-time curve drawing
  3. 所属分类:software engineering

    • 发布日期:2017-11-16
    • 文件大小:5118
    • 提供者:凌志刚
  1. dvp-key

    1下载:
  2. 台达DVP系列PLC解密软件.rar .如果您的电脑是初次使用解密软件或从未运行过串口程序,那么本软件在您的电脑里有可能打不开,需要下载安装一个控件。控件包的下载地址http://www.plcjiemi.com/rjxz.htm 2.如果提示缺少MSCOMM控件,请包中的Mscomm32.ocx文件拷贝到Windows的system目录下(注意WinNT下是System32)。-DVP PLC key
  3. 所属分类:software engineering

    • 发布日期:2016-01-19
    • 文件大小:52224
    • 提供者:liqiang
  1. VC_CommunicationBetweenChipAndPC

    0下载:
  2. 介绍了Windows98环境下利用Visual C++ 6.0的MSComm控件实现微机与微机及微机与单片机通信程序设计方法,并完整给出了微机、单片机的通信程序实例。-Introduced Windows98 environment using Visual C++ 6.0 MSComm Control of computer and computer and computer communication with the MCU program design methods, and give
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:11397
    • 提供者:ming
  1. MSComm

    0下载:
  2. c++builder中的MSCommm控件的使用说明-c++builder in MSCommm control instructions
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:135793
    • 提供者:swx
  1. MSComm

    0下载:
  2. 实例321——利用MSComm控件进行串口通信-Examples 321 use MSComm control serial communication
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:35308
    • 提供者:万小丽
« 12 »
搜珍网 www.dssz.com