搜索资源列表
vc++
- 多线程技术及其在VC++串口通信程序中的应用.pdf -multithreading technology and the VC Serial Communication Program application. Pdf multithreading technology and the VC Serial Communication Program application. pdf
111
- 《Visual C++精彩实例详解》随书光盘第30章 多线程串口Modem远程数据通信
port-multithread
- 多线程串口通信,开发环境VC6.0,适合初学着阅读,对线程有一定了解,在win2000调试通过
Multithreading
- 本文着重探讨用多线程并行的方式通过多个串口进行并行通信。使用多线程进行串行 通信的文献已有一些,但都没涉及到多个串口并行的情况。本文介绍的多串口多线程通信方 法,使多个串口并行通信,从而实现大规模的数据采集与高速数据传输操作。 关键词:多线程;串行通信;同步 -This article focused on the use of multi-threaded parallel manner parallel through multiple serial communic
Example3
- 基于CSerialPort的串口多线程通信框架,设置串口参数,开启串口监测工作线程,串口监测工作线程监测到串口接收的数据、流控制时间或其他事件后,就以消息方式通知主程序,激发消息处理函数来进行数据处理。-CSerialPort-based multi-threaded serial communication framework, set serial port parameters, open the serial port monitoring thread, serial port mon
thread980
- 多线程串口Modem远程数据通信多线程串口Modem远程数据通信-Modem serial multi-threaded multi-threaded remote data communications data communications remote serial Modem
thread-Modem
- 多线程串口Modem远程数据通信 多线程串口Modem远程数据通信-Modem serial multi-threaded multi-threaded remote data communications data communications remote serial Modem
multi-thread-com-comunication
- vc6.0下的多线程串行通信,实现几个线程对串口同时操作-vc6.0 implemented multi-threaded serial communication
multiUART
- 通过创建多线程的方法来实现arm板上的多串口的并行通信,自己编写的,并在板上测试过的,但是针对你的板子,要自己设定。-By creating multi-threaded approach to achieve multi-arm board parallel port communication, I have written and tested on the board, but for your board, to set their own.
SerialPort-Com-Example
- 串口通信示例,用到了多线程,使用VC6编写。-SerialPort Com Example with MultiThread