搜索资源列表
MSCOMM32
- 用C++ Builder来编写串行通信程序,需要用到几个Windows API函数-C Builder to prepare serial communication procedures need to resort to a few Windows API function
VC6_GetIp
- 通过windows api获取本机ip、主机名。-through the windows api access to the machine ip, host name.
SerialCOM_code
- 串口通讯编程,采用Windows API,通过对文件的操作方式对串口进行读写-serial communication programming using Windows API, the document mode of operation for the serial reader
aceQQ
- 一个公司程序附带的工具 仿qq功能实现通信。 利用windows socket api编写。 利用多线程技术。-a company procedures incidental imitation qq functional tool for communication. Using windows api prepared socket. Use multithreading technology.
selport
- 在VC++中使用 WINDOWS API 函数对计算机串口进行读写操作-in VC use Windows API functions for serial port of computer literacy operation
macaddress
- 此代码通过 NetApi32.dll 中提供的API来实现 Windows 系统中网卡MAC地址的获取。首先发送 NCBENUM 命名枚举机器上所有网卡(因为一台PC上有可能装多张网卡),由此可以获得网卡的数目和每张网卡的内部编号,接着针对每个网卡编号发送 NCBASTAT 命令获取其 MAC 地址。注意使用本例所提供的方法获取MAC地址,网卡事先必须与 MS NetBEIU 协议进行绑定。-NetApi32.dll this code provided by the Windows API t
MyRS232
- Windows API串口类,不需加工,直接使用-Windows API Serial category, without processing, direct use
Chapter2
- VisualC++通信编程工程实例精解 \\Chapter 2 \\Example 1 MSCOMM控件编程实例 \\Example 2 基于Windows API的虚拟终端实现 \\Example 3 基于CSerialPort的串口多线程通信框架 \\调试工具\\串口调试助手-VisualC Communication Programming examples of precision engineering solutions \\ Chapter 2 \\ E
yuntai
- 利用串口控制云台的实例,利用WINDOWS API函数
Example2
- 通信工程实例经解配套源码 Example 2 基于Windows API的虚拟终端实现
Example3
- Example 2 基于Windows API的虚拟终端实现 Example 3 基于CSerialPort的串口多线程通信框架
VisualC++tongxin
- VisualC++通信编程工程实例精解 \\Chapter 2 \\Example 1 MSCOMM控件编程实例 \\Example 2 基于Windows API的虚拟终端实现 \\Example 3 基于CSerialPort的串口多线程通信框架 \\调试工具\\串口调试助手 \\Chapter 3 \\Example 4 Winsock API编程技术——基于Winsock的聊天室程序 \\Example 5 CAsyncSocket编程技
API
- 用API函数实现串行通讯,以往的DOS系统是通过DOS中断和BIOS中断向用户提供串行接口的通讯能力。在Windows环境下,C++的开发工具既没有提供象DOS和BIOS中那样专门的串行通讯控制方法,也不允许用户直接控制串口的中断。
基于windows api的RS232串口程序
- 采用WINDOWS API函数编写的RS232串口程序。程序详细展示了windows串口通信的实现过程,包括超时设置,DCB设置等,串口工作方式是较为容易实现的同步方式,适合初学者。 程序采用C++程序编写,但稍有类和对象概念的C程序员一样能够轻松看到程序。
Windows-API
- 此程序利用windows API进行串口编程的演示。-This program uses the windows API for serial programming of the demonstration.
Windows-API-Com-communication
- PB通过API读写串口数据的例程,PB115打开-PB serial data through the API routines to read and write
API-serial-asynchronous-code
- 本例程采用 windows API编写,属于串口异步非阻塞操作,采用线程监视、windows事件、自定义消息,其中数据接收一块分别采用SetCommMask、WaitCommEvent 设置等待串口通信事件,是初学者不可多得的学习资料,该历程亦可直接用在实际工程当中,很具有收藏与学习价值,压缩包中还包含相关的参考文档,望大家好好利用-This routine uses the Windows API to write, is a the serial asynchronous non-bl
Windows-COM-API
- C++ windows API串口编程 C++ windows API串口编程-windows API for COM
串口通信API
- 在windows api编程下实现串口通信的发送与接收(The realization of serial communication sending and receiving)
Windows API串口编程参考
- Windows API串口编程参考,串口通信相关的32位的Windows API函数进行介绍(Windows API serial port programming reference)