CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - mscomm 串口通信

搜索资源列表

  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. SerialPort 编程介绍

    0下载:
  2. 在Visual Studio 6.0中编写串口通讯程序,一般都使用Microsoft Communication Control(简称MSComm)的通讯控件,只要通 过对此控件的属性和事件进行相应编程操作,就可以轻松地实现串口通讯。但在Microsoft.Net技术广泛应用的今天,Visual Studio.Net没有将此控件加入控件库,所以人们采用了许多方法在Visual Studio.Net来编写串口通讯程序:第一种方法是通过采用Visual Studio 6.0中原来的MSComm控件这
  3. 所属分类:文档资料

  1. 程序实例.doc

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

  1. VB

    0下载:
  2. VB串口字节通信程序,包括:1字节发送子程序,n字节接收子程序-Visual Basic byte signal communication program
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:728
    • 提供者:孙天奇
  1. UART

    0下载:
  2. 在众多网友的支持下,串口调试助手从2001年5月21日发布至今,短短一个月,在全国各地累计下载量近5000人次,在近200多个电子邮件中,20多人提供了使用测试意见,更有50多位朋友提出要串口调试助手的源代码,为了答谢谢朋友们的支持,公开推出我最初用VC控件MSComm编写串口通信程序的源代码,并写出详细的编程过程,-UART
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:21235
    • 提供者:戴剑波
  1. scommtest

    0下载:
  2. 串口通信,MSCOMM控件的应用,串口通信问题-Serial Communication,MSCOMM Control Application,the question of Serial Communication
  3. 所属分类:Communication

    • 发布日期:2017-05-09
    • 文件大小:1870008
    • 提供者:漂泊
  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. MSCommVB

    0下载:
  2. VB中的MSComm 控件提供了一系列标准通信命令的接口, 它允许建立串口连接, 可以连接到其他通信设备、可发送命令、进行数据交换以及监视和响应在通信过程中可能发生的各种错误和事件, 介绍了有关的知识和技术, 并由实例分步骤说明如何利用VB6.0 中的MSComm 控件进行通信软件的开发。-MSComm controllware of VB has provided with an interface for a series of standard command orders, that p
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:167210
    • 提供者:胡晨
  1. MSComm

    0下载:
  2. 关于用VB编写串口通信程序的MSComm控件的详细资料-With regard to the preparation of serial communication with VB programs MSComm control details
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:6895
    • 提供者:赵命化
  1. Vb6

    0下载:
  2. 本文介绍了VB 进行串口通信的各种基本方式和三菱可编程控制器之间的通信的程序设计,重点介绍了利用MSCOMM.OCX进行串行通信的设计方法。-This article describes the various serial communication VB basic methods and Mitsubishi programmable logic controller communication between the program design, focuses on serial c
  3. 所属分类:Document

    • 发布日期:2017-04-14
    • 文件大小:5402
    • 提供者:beckham79
  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. 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. VCPP-MSCOMM-entry

    0下载:
  2. 用自己相当蹩脚的C++写出了一个简单的串口上位机程序,分享一下,体验一下单片机和PC通信的乐趣。-Own quite crappy C++ of write a simple serial interface of the PC program, share and experience the fun of the SCM and PC communications.
  3. 所属分类:Communication

    • 发布日期:2017-11-23
    • 文件大小:784292
    • 提供者:王元双
  1. (VB)Serial-Communica--Modbus

    1下载:
  2. 主要介绍Modbus-RTU规约,并在分析其通信原理的基础上,结合一个应用实例给出了VB6.0编程环境下利用MSComm通信控件实现基于该规约的工控机与数字显示表之间的串口通信编程方法。 -Serial Communication Based on Modbus Protocol with Microsoft Visual Basic
  3. 所属分类:software engineering

    • 发布日期:2016-10-05
    • 文件大小:130048
    • 提供者:y
  1. BASCOMM

    0下载:
  2. MSCOMM,用API来完成,VBA做串口通信-MSCOMM, with the API to accomplish, VBA do serial communication
  3. 所属分类:Communication

    • 发布日期:2017-11-27
    • 文件大小:2267
    • 提供者:gln
  1. VS2010-using-the-MSComm-control

    0下载:
  2. 在VS2010中使用MSComm控件实现串口通信的详细步骤 适合于初学者入门-MSComm in VS2010 using serial communication to achieve detailed steps suitable for beginners
  3. 所属分类:Communication

    • 发布日期:2017-05-08
    • 文件大小:1916476
    • 提供者:binbinchen
  1. MSComm

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

    • 发布日期:2017-05-04
    • 文件大小:35308
    • 提供者:万小丽
  1. VisvalC_MSComm

    0下载:
  2. 该论文提供了利用 Visual C++6.0 MSComm 控件实现串口通信软件的设计, 将 MSComm 控件作为微软公司提供的简单Windows 下串口通信编程的 ActiveX 控件, 它通过串行端口传输和接收数据, 为应用程序提供串行通信功能,- This paper presents the realization of serial communication software using Visual C++6.0 MSComm control, MSComm control
  3. 所属分类:Project Design

    • 发布日期:2017-12-11
    • 文件大小:42557
    • 提供者:
  1. 51串口通信

    0下载:
  2. 介绍了AT89C52单片机与PC机串行通信的实现方法,串行存储器24C256的读写操作流程,并给出了具体通信接口电路、单片机串行通信程序流程以及利用VB6.0的通信控件MSComm实现PC机串行通信的程序。系统经过实际应用,效果令人满意
  3. 所属分类:文档资料

« 12 »
搜珍网 www.dssz.com