搜索资源列表
VCMSCOMM
- MSComm 控件通过串行端口传输和接收数据,为应用程序提供串行通讯功能。MSComm控件在串口编程时非常方便,程序员不必去花时间去了解较为复杂的API函数,而且在VC、VB、Delphi等语言中均可使用。 Microsoft Communications Control(以下简称MSComm)是Microsoft公司提供的简化Windows下串行通信编程的ActiveX控件,它为应用程序提供了通过串行接口收发数据的简便方法-MSComm control through serial port
Win32串口编程.doc
- Win32下串口通信与16位串口通信有很大的区别。在Win32下,可以使用两种编程方式实现串口通信,其一是调用的Windows的API函数,其二是使用ActiveX控件。使用API 调用,可以清楚地掌握串口通信的机制,熟悉各种配置和自由灵活采用不同的流控进行串口通信。下面介绍串口操作的基本知识。
vc-serial-communication-vc串口通信的各种方式
- vc串口通信的各种方式,包括api串口监听,同步,异步方式和activex控件方式-vc serial communication of a variety of ways, including monitoring api serial, synchronous, asynchronous and activex control methods
VCPPdaquan
- 本书是一本Visual C++ 6.0综合开发参考手册,书中几乎囊括了使用Visual C++进行程序开发的全部知识,同时在讲解中结合了大量实用而又具有代表性的示例和典型应用。全书共分32章,包括认识Visual C++,C++语言基础,C++语句控制,数组,函数,面向对象的程序设计,Win32 API,用户界面设计,文档与视图,菜单、工具栏和状态栏设计,通用对话框,高级控件,ActiveX控件,自制MFC控件,图形、图像处理技术,多媒体技术,文件操作技术,注册表,ADO数据库编程,数据查询技术
CommTest
- 监控计算机四个串口通信,进行设置后就可以进行串口数据的收发,自由更改,完全免费,没有用MFC的activeX控件。-The class is not intended to use as a baseclass for modemcommunication but more for driving hardware or reading hardware via the serial port. From the classes included there is only on
vc_mscomm_cn
- MFC串口通信的制作,采用MScomm作为Activex控件-MFC serial communication, using MScomm as Activex control
UART
- 利用MFC框架,使用ActiveX控件里的MSCOM控件实现上位机与下位机的串口通信。-Use MFC framework, the use of ActiveX controls in the MSCOM control implements serial communication between PC and the next crew.
mscommtest131220
- 利用TMSComm控件实现串口的数据收发例程。(TMSComm ActiveX a COM communication example)