搜索资源列表
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控件这
API串口通信
- API 串口通信
VC实现串口通信例程
- 用API访问串口的资料,写很得详细
程序实例.doc
- 介绍了利用API函数和MSComm控件设计串口通信程序的方法,包括字符与文件的发送与接收。
Windows_API串口编程参考.doc
- Windows环境下的串口编程与DOS环境下的串口编程有很大不同。Windows环境下的编程的最大特征之一就是设备无关性,它通过设备驱动程序将Windows应用程序同不同的外部设备隔离。Windows封装了Windows的通信机制,这种方式称为通信API,Windows程序可以利用Windows通信API进行编程,不用对硬件直接进行操作。这种体系被称为Windows开放式服务体系(WOSA,Windows Open Services Architectures)。
API-PORT
- MFC API 串口通信总结,个人通过学习总结了一些经验,希望对其他人有用-MFC API serial communication summary of a number of personal experience through the study concluded, hope its useful to others
API读写串口
- API读写串口.doc 一、基本知识 Win32下串口通信与16位串口通信有很大的区别。在Win32下,可以使用两种编程方式实现串口通信,其一是调用的Windows的API函数,其二是使用ActiveX控件。使用API 调用,可以清楚地掌握串口通信的机制,熟悉各种配置和自由灵活采用不同的流控进行串口通信。下面介绍串口操作的基本知识。
GPSportcommunication
- VC^++6[1].0环境下GPS接收机串口通信的实现,摘 要 首 先简 单 介绍 了 GPS接 收机 串 口通 信 的基 本概 念 , 然 后 通 过 实例 详 细介 绍 了计 算机 与 GP S接 收 机进 行 数 据 传 输 的 两 种 方 法 : 一 种 是 使 用 W i n 3 2 API通 信 函 数 的 文 件 读 写 方 式 ;另 一 种 是 通 过 VC 6 .0提 供 的 MSCo mm 控 件实现 。-VC ^++6 [1] .0 environment GPS
LinuxSerialProtocolDevelopmentAndIndustry(1)
- 本教程结合实际开发内容进行实例讲解Linux下串口与工业协议开发,主要内容有串口通信原理、串口编程常用的API、串口编程实践、Modbus协议介绍和Modbus编程实践等内容。 -Combined with the actual development of the tutorial examples to explain the contents of the serial port and the industrial agreement under Linux development,
LinuxSerialProtocolDevelopmentAndIndustry(2)
- 本教程结合实际开发内容进行实例讲解Linux下串口与工业协议开发,主要内容有串口通信原理、串口编程常用的API、串口编程实践、Modbus协议介绍和Modbus编程实践等内容。-Combined with the actual development of the tutorial examples to explain the contents of the serial port and the industrial agreement under Linux development, th
VisualPC_Comm
- Visual C++ 串口通信技术与编程实践, 串口通讯的各种方法和技巧,本书共分9章,包括数据通讯的基本概念,串口通讯标准基础知识,诸多串口编程的技术方案,包括控件,API等。-Visual C++ serial communication technology and programming practice, various serial communication methods and techniques, the book is divided into nine chapters
BASCOMM
- MSCOMM,用API来完成,VBA做串口通信-MSCOMM, with the API to accomplish, VBA do serial communication
SPCOMM2.5
- 一款非常好用的spcomm串口控件,使用API函数或者在Delphi 中调用其它串口通讯程序。利用API编写串口通信程序较为复杂,需要掌握大量通信知识,其优点是可实现的功能更强大,应用面更广泛-A very useful spcomm serial control