搜索资源列表
多线程串口类
- 编译环境: BC++ 5(free tool); C++ BUILDER 4, 5, 6, X; VC++ 5, 6, 7, 8; GCC; 支持256个串口 体积小巧
多线程串口通讯
- 关于串口通讯的多线程编程,希望可以为为大家提供参考-on serial communication multithreaded programming, hoping to provide a reference for all
多线程串口通讯
- 关于串口通讯的多线程编程,希望可以为为大家提供参考-on serial communication multithreaded programming, hoping to provide a reference for all
API实现多线程的串口通信
- 很实用的串口编程资料
RS232串口调试助手源码
- 本程序为串口调试助手源代码,VC6.0平台上开发使用,可以直接作为串口的相关开发项目上使用,使用了多线程的方式串口通讯,本程序在原来的版本上升级到了V2.3,现在分享给各位程序员,希望对大家的项目开发有所帮助,节省开发时间。
串口调试助手.net版 原工程
- 串口调试助手,设计多线程技术,GDI绘图技术,serialPort类详细使用技术
QT中使用串口的编程方法
- 在linux下的QT中使用串口的编程方法,In QT under linux using the serial programming method
SeriesPort.rar
- 可以实现串口文件的传输,线程函数检测到串口有数据接收,将发送消息,调用消息处理函数接收数据,Serial port can transfer files, function to detect threads serial data receiver will send a message, call message processing function to receive data
RPU20090505.rar
- 多串口,多线程操作,最多可支持到8个串口的读写操作,Multi-serial, multi-threaded operation
serial.rar
- 利用CSerialPort类,设计了基于对话框的多线程通信程序,可完成两台计算机之间的串口通信,CSerialPort use category, the design of dialog based on the multi-threaded communication procedures between the two computers to be completed by the serial communication
串口工具
- delphi 环境的多线程串口通信控件,可以支持多线线程,还有虚拟端口。
多线程串口通讯实例_622
- 多线程串口通讯实例- Multi-thread string mouth communication example
Example3
- 基于CSerialPort的串口多线程通信框架,设置串口参数,开启串口监测工作线程,串口监测工作线程监测到串口接收的数据、流控制时间或其他事件后,就以消息方式通知主程序,激发消息处理函数来进行数据处理。-CSerialPort-based multi-threaded serial communication framework, set serial port parameters, open the serial port monitoring thread, serial port mon
多线程的VC++串口通讯实例
- 多线程之间通信实例。完成多线程之间如何通信的功能设计及具体流程操作。(Example of communication between threads. How to complete the communication between multi-threaded function design and specific process operations.)
dw_pyserial_work
- 利用python开发一款跨平台的串口通讯程序,基于串口线程的异步通讯。实现自动查找可用串口,数据帧的异步接收,数据分析和图形显示,可作为硬件调试用的上位机软件。(Using Python to develop a cross platform serial communication program, asynchronous communication based on serial thread. Automatic lookup of available serial ports, asy
WindowsFormsApp1
- 使用c#编写的上位机串口程序,里面包含串口线程,可以自己进行二次开发。(Using the serial serial program written by c#, which contains serial thread, it can be developed two times by itself.)
chuankou
- 利用QT读取单片机发送的串口数据,并实时显示心电波形图。子线程接收数据,主线程画图(Using QT to read the serial data sent by single chip microcomputer and display the ECG waveform in real time. Zi Xiancheng receives data, master thread drawing)
C#串口编程代码
- VISUAL STUDIO 下的WINDOWS C#版本的串口操作代码,多线程,(C# version of the serial port operation code, multithreading)
c#编写串口通讯代码 多线程实现
- c#编写串口通讯代码多线程实现,逻辑与界面分离。发送与接收都为单独线程(c#Prepare serial communication codes multithreading)
非常好用的串口通信类
- 非常好用的串口通信类,支持线程安全,也可以在WINCE环境下使用。内含使用说明以及示例。