搜索资源列表
MSComm
- MSComm 控件通过串行端口传输和接收数据,为应用程序提供串行通讯功能。MSComm控件在串口编程时非常方便,程序员不必去花时间去了解较为复杂的API函数,而且在VC、VB、Delphi等语言中均可使用。 Microsoft Communications Control(以下简称MSComm)是Microsoft公司提供的简化Windows下串行通信编程的ActiveX控件,它为应用程序提供了通过串行接口收发数据的简便方法。具体的来说,它提供了两种处理通信问题的方法:一是事件驱动(Event-
SerialPort 编程介绍
- 在Visual Studio 6.0中编写串口通讯程序,一般都使用Microsoft Communication Control(简称MSComm)的通讯控件,只要通 过对此控件的属性和事件进行相应编程操作,就可以轻松地实现串口通讯。但在Microsoft.Net技术广泛应用的今天,Visual Studio.Net没有将此控件加入控件库,所以人们采用了许多方法在Visual Studio.Net来编写串口通讯程序:第一种方法是通过采用Visual Studio 6.0中原来的MSComm控件这
程序实例.doc
- 介绍了利用API函数和MSComm控件设计串口通信程序的方法,包括字符与文件的发送与接收。
VB
- VB串口字节通信程序,包括:1字节发送子程序,n字节接收子程序-Visual Basic byte signal communication program
UART
- 在众多网友的支持下,串口调试助手从2001年5月21日发布至今,短短一个月,在全国各地累计下载量近5000人次,在近200多个电子邮件中,20多人提供了使用测试意见,更有50多位朋友提出要串口调试助手的源代码,为了答谢谢朋友们的支持,公开推出我最初用VC控件MSComm编写串口通信程序的源代码,并写出详细的编程过程,-UART
scommtest
- 串口通信,MSCOMM控件的应用,串口通信问题-Serial Communication,MSCOMM Control Application,the question of Serial Communication
VC_examples
- 实例12-1:使用用户界面线程实例。源代码在光盘中“\12\InterfaceThread”目录下。 实例12-2:使用工作者线程实例。源代码在光盘中“\12\ControlThread”目录下。 实例12-3:多线程实例。源代码在光盘中“\12\WQDemo”目录下。 实例12-4:线程间的通信。源代码在光盘中“\12\ThreadCommu”目录下。 实例13-1:动态链接库(Dll)实例。源代码在光盘中“\13\dlltest ”目录下。 实例13-2:鼠标钩子应
MSCommVB
- VB中的MSComm 控件提供了一系列标准通信命令的接口, 它允许建立串口连接, 可以连接到其他通信设备、可发送命令、进行数据交换以及监视和响应在通信过程中可能发生的各种错误和事件, 介绍了有关的知识和技术, 并由实例分步骤说明如何利用VB6.0 中的MSComm 控件进行通信软件的开发。-MSComm controllware of VB has provided with an interface for a series of standard command orders, that p
MSComm
- 关于用VB编写串口通信程序的MSComm控件的详细资料-With regard to the preparation of serial communication with VB programs MSComm control details
Vb6
- 本文介绍了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
vcMSCom
- vc串口通讯控件MSComm编程详解,在mfc中进行串口通讯最简单的方法莫过于在对话框中使用MSCOMM控件了,MSComm通信控件提供了一系列标准通信命令的接口,它允许建立串口连接,可以连接到其他通信设备(如Modem).还可以发送命令、进行数据交换以及监视和响应在通信过程中可能发生的各种错误和事件,从而可以用它创建全双工 、事件驱动的、高效实用的通信程序。 -vc serial communication control MSComm programming Xiang Jie, car
real-time-data-acquisition
- 本文介绍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
mscomm
- 控件 进行串口通信,采用微软的控件控件 进行串口通信,采用微软的控件-Controls the serial communication, using Microsoft' s control controls the serial communication, using Microsoft' s control
VCPP-MSCOMM-entry
- 用自己相当蹩脚的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.
(VB)Serial-Communica--Modbus
- 主要介绍Modbus-RTU规约,并在分析其通信原理的基础上,结合一个应用实例给出了VB6.0编程环境下利用MSComm通信控件实现基于该规约的工控机与数字显示表之间的串口通信编程方法。 -Serial Communication Based on Modbus Protocol with Microsoft Visual Basic
BASCOMM
- MSCOMM,用API来完成,VBA做串口通信-MSCOMM, with the API to accomplish, VBA do serial communication
VS2010-using-the-MSComm-control
- 在VS2010中使用MSComm控件实现串口通信的详细步骤 适合于初学者入门-MSComm in VS2010 using serial communication to achieve detailed steps suitable for beginners
MSComm
- 实例321——利用MSComm控件进行串口通信-Examples 321 use MSComm control serial communication
VisvalC_MSComm
- 该论文提供了利用 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
51串口通信
- 介绍了AT89C52单片机与PC机串行通信的实现方法,串行存储器24C256的读写操作流程,并给出了具体通信接口电路、单片机串行通信程序流程以及利用VB6.0的通信控件MSComm实现PC机串行通信的程序。系统经过实际应用,效果令人满意