搜索资源列表
驱鸟程序
- 一个驱鸟设备的程序,串口程序很简洁,没有应用MFC,只使用了API函数 -one-bird procedure, serial procedure very simple, MFC is not used, use only the API function
ComClass
- 利用API函数进行串口通信,vc源代码。-Serial port communication using API, VC source code.
VCMSCOMM
- MSComm 控件通过串行端口传输和接收数据,为应用程序提供串行通讯功能。MSComm控件在串口编程时非常方便,程序员不必去花时间去了解较为复杂的API函数,而且在VC、VB、Delphi等语言中均可使用。 Microsoft Communications Control(以下简称MSComm)是Microsoft公司提供的简化Windows下串行通信编程的ActiveX控件,它为应用程序提供了通过串行接口收发数据的简便方法-MSComm control through serial port
selport
- 在VC++中使用 WINDOWS API 函数对计算机串口进行读写操作-in VC use Windows API functions for serial port of computer literacy operation
api_d
- C++ Builder 编的采用API函数多串口通讯源码,系本人在开发门禁控制器管理软件时曾编过的,希望对有这方面的要求的朋友有帮助
API
- 用API函数实现串行通讯,以往的DOS系统是通过DOS中断和BIOS中断向用户提供串行接口的通讯能力。在Windows环境下,C++的开发工具既没有提供象DOS和BIOS中那样专门的串行通讯控制方法,也不允许用户直接控制串口的中断。
多线程串口Modem远程数据通信
- 本例子详细介绍了如何编制一个利用win32串口API函数,通过读写串口控制MODEM,进而实现远程数据传输的程序。-the detailed examples of how to use the preparation of a Serial win32 API functions to read and write through the modem serial port control, thereby achieving long-distance data transmission p
Win32串口编程.doc
- Win32下串口通信与16位串口通信有很大的区别。在Win32下,可以使用两种编程方式实现串口通信,其一是调用的Windows的API函数,其二是使用ActiveX控件。使用API 调用,可以清楚地掌握串口通信的机制,熟悉各种配置和自由灵活采用不同的流控进行串口通信。下面介绍串口操作的基本知识。
基于windows api的RS232串口程序
- 采用WINDOWS API函数编写的RS232串口程序。程序详细展示了windows串口通信的实现过程,包括超时设置,DCB设置等,串口工作方式是较为容易实现的同步方式,适合初学者。 程序采用C++程序编写,但稍有类和对象概念的C程序员一样能够轻松看到程序。
apichuankou
- 不适用MSCOMM控件,直接调用WIN API函数进行串口通讯的演示程序-MSCOMM controls do not apply, directly call WIN API function demo serial communications
SCIDLL
- 串口动态链接库模块,API函数编写,包含三个线程-API SCI MOUDL
01
- 使用串口进行文件传输,通过CreateFile等API函数创建传输程序-chuanxingtongxu
vcapi
- vc调用api函数进行串口通讯,能够实现对omronPLC的串口通讯,能够实现对omronPLC的数据区的读取和写入.-vc call the api function serial communication can be achieved right omronPLC serial communication can be achieved right omronPLC data area read and write.
GpsRecv
- 通过调用Win32通信API函数,可以使程序打开一个串口,并对这个串口进行基本配置。GPS数据采集程序主要实现了配置串口,创建串口数据接收线程,使用重叠操作方式读取串口数据及如何处理接收到的数据的基本方法。-Communication by calling the Win32 API function, you can make the program opens a serial port, serial port and the basic configuration. GPS data a
Terminal
- API方式串口应用的例子,包含了串口的读写和配置函数及应用方式。-an example about comm programing.
APIComfordll_windows
- VC6 串口通讯 API 利用API函数对串口进行操作-VC6 COMM API
Open-through-the-API-function-Serial
- VB.NET编程,通过API函数实现串口打开,简单的应用-VB.NET programming, through the serial port open API function, a simple application
API
- 基于API函数的串口通信程序,很实用的的一个程序。-window API Serial communication
串口数据实时采集显示例程
- 通过调用API函数实时采集来自串口的数据,并将数据实时显示在界面中(function: sample data come from serio port and display information in form)
Windows API串口编程参考
- Windows API串口编程参考,串口通信相关的32位的Windows API函数进行介绍(Windows API serial port programming reference)