搜索资源列表
Windows_API串口编程参考.doc
- Windows环境下的串口编程与DOS环境下的串口编程有很大不同。Windows环境下的编程的最大特征之一就是设备无关性,它通过设备驱动程序将Windows应用程序同不同的外部设备隔离。Windows封装了Windows的通信机制,这种方式称为通信API,Windows程序可以利用Windows通信API进行编程,不用对硬件直接进行操作。这种体系被称为Windows开放式服务体系(WOSA,Windows Open Services Architectures)。
API读写串口
- API读写串口.doc 一、基本知识 Win32下串口通信与16位串口通信有很大的区别。在Win32下,可以使用两种编程方式实现串口通信,其一是调用的Windows的API函数,其二是使用ActiveX控件。使用API 调用,可以清楚地掌握串口通信的机制,熟悉各种配置和自由灵活采用不同的流控进行串口通信。下面介绍串口操作的基本知识。
Qtwriteserialcommunicationprogramtoexplainthewhole
- Qt编写串口通信程序全程图文讲解,首先说明我们的编程环境是windows xp下,在Qt Creator中进行,如果在Linux下或直接用源码编写,程序稍有不同,请自己改动-Qt graphics throughout the preparation of serial communication program to explain, first, our programming environment is under windows xp, carried out in the Qt Cr
TX_RX
- c++builder中怎样使用Windows API函数实现串口编程-c++ builder how to use the Windows API function in the Serial Port Programming
Serial-programming
- 本书从编程实践角度详细介绍了PC计算机Windows环境下、DOS环境下以及单片机的串口通信的基本方法,并根据当前串口与网络结合的发展趋势,给出了串口与TCP/IP网络、远程监控相结合的解决方案与详细程序实例。内容丰富、步骤详尽,初学Visual C++/Turbo C的读者也能很快编写出实用的串口通信程序。-Programming practices from the perspective of the book details the PC computer under Windows e
RS232Interface
- 实现windows系统下串口通信功能,可以被很容易继承-realize windows system serial port communication