搜索资源列表
200811910584158192
- 串口通信编程的串口库,有例程,将原来的API变为后台,直接调用此例的库函数即可,非常实用。
exampleforserialport
- 使用WIN32 API开发串口通信程序的一个完整实例,绝对经典
多线程串口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
基于windows api的RS232串口程序
- 采用WINDOWS API函数编写的RS232串口程序。程序详细展示了windows串口通信的实现过程,包括超时设置,DCB设置等,串口工作方式是较为容易实现的同步方式,适合初学者。 程序采用C++程序编写,但稍有类和对象概念的C程序员一样能够轻松看到程序。
SerialPort
- 调用API的串口通信类,不用MSCOMM控件就可以。-API call serial communications, you can not MSCOMM control.
BCB_API_comm
- BCB 串口通信。用的是API函数 -BCB comm use api function BCB comm use api function
comuication
- 在vc++6.0环境中通过API函数编程接受串口通信数据-In vc++6.0 environment API function through the serial communication program to accept data
Comm
- VC++下编译通过,C++编写的一个基于API的串口通信程序-VC++ compiled by, C++ written in a serial communication program based on the API
Comm
- 详细介绍利用Windows API函数进行串口通信开发的代码。使用多线程的方法实现。-Detail the use of Windows API functions for serial communications development code. Using multi-threaded approach to achieve.
SerialCommsAPI
- 本代码是串口通信的api函数源代码,直接访问底层。-This code is a function of serial communication api source code, direct access to the bottom.
Uart
- 采用串口API 编写的重叠IO方式的串口通信程序,多次测试,性能不错。-com communication program by use com api overlapped io,and have a good performance
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
comapi
- 本人自写的精简易懂实用的API串口通信。把createfile,readfile writefile终于搞明白了。-it is one communication example on serial port by using windows API function.it is written by myself,so you can understand the communication process easily.
APICom
- vc++ api编程用于VC++串口通信这是个例子-vc++ api programming for VC++ Serial communication is an example
APIcom
- 仅用C语言编写的串口通信小程序,调用了windows的API函数,能让初学者更加明白这些原理,整个工程文件都上传,使用VS2008-Written in C language only a small serial communication program, call the windows API functions, allowing beginners to better understand these principles, the whole project files are u
API-serial-asynchronous-code
- 本例程采用 windows API编写,属于串口异步非阻塞操作,采用线程监视、windows事件、自定义消息,其中数据接收一块分别采用SetCommMask、WaitCommEvent 设置等待串口通信事件,是初学者不可多得的学习资料,该历程亦可直接用在实际工程当中,很具有收藏与学习价值,压缩包中还包含相关的参考文档,望大家好好利用-This routine uses the Windows API to write, is a the serial asynchronous non-bl
vcPP-Series-Port-API
- VC++串口通信API-VC++ serial communication API
串口通信API
- 在windows api编程下实现串口通信的发送与接收(The realization of serial communication sending and receiving)
Windows API串口编程参考
- Windows API串口编程参考,串口通信相关的32位的Windows API函数进行介绍(Windows API serial port programming reference)
VB控件MSCOMM和API实现串口通信
- VB控件MSCOMM和API实现串口通信(Serial communication between VB control MSComm and API)