搜索资源列表
Multi-Thread RS232
- 说明:又一个多线程 Multi-Thread RS232 串行口通讯构件 ( 1.2 版,附源码 )-Note : Also a multithreaded Multi-Thread RS232 serial port communication components (version 1.2, with source)
comm32
- 说明:多线程 (Multi-Thread) RS232 串行口通讯构件 ,是 COMM32.ZIP 构件的改良版,并且增加 Data Bits、Parity、 Stop Bits 等配置,支持 Read/Write 时序控制 (Timing control)、 ReadIntervalTimeout、 WriteIntervalTimout 等 ,支持 DTR/DSR, RTS/CTS 硬件流程控置及 Xon/Xoff 软件流程控置 ( 2.5 版,附源码 ) -: multithreading
ATCOMM32
- 著名的串口构件,很容易自己使用,支持多线程。-Famous serial widget, it s very easy for use and sustain several thread.
Thread(new)
- 这是一个关于线程并行与串行所用时间的比较(结合了win32更有实用性)-This is a thread of the serial and parallel time spent by the comparison (in the context of the win32 more practical)
communication.com
- 本程序是串口通信的com组件,并且符有客户机.包含STD ,线程池 ,多线程通信,com错误报告.一个串口有三个通信线程.可打开任意多个串口.目前正在为系统服务,完全可靠-Serial Communication com ponents, as well as address a client. Included STD, thread pool, Multithreading communications, com error report. a serial communications
comcom
- 本程序是串口通信程序,经由本人两个月艰苦劳动的来的,主要含多线程同步的知识-serial communication program, through my two months of hard labor to the main thread synchronization with more knowledge
GbaSioTool.win.src
- gba串口驱动的代码,结合GBA的串口线,可以启动的时候执行-gba serial driven code,connect GBA s serial thread, can perform when start.
Port
- delphi 串口调试软件,有消息处理和多进程处理,供同僚们参考。-delphi serial debugging software, information processing and multi-process handling, for my colleagues to refer to.
serial
- 由于WINCE不支持重叠I/O操作,因此可分别用单独的线程去读写串口,通过多线程来模拟重叠操作[4]-WINCE does not support as a result of overlapping I/O operation, it can be a separate thread to read and write serial port, through multi-threading to simulate the overlapping of operations [4]
serial-multithread
- Windows 下的Multi-Thread串行读取程序源代码-Windows under the Multi-Thread serial read source code
Example3
- 基于CSerialPort的串口多线程通信框架,设置串口参数,开启串口监测工作线程,串口监测工作线程监测到串口接收的数据、流控制时间或其他事件后,就以消息方式通知主程序,激发消息处理函数来进行数据处理。-CSerialPort-based multi-threaded serial communication framework, set serial port parameters, open the serial port monitoring thread, serial port mon
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
serial
- 在evc中运行的串口通信程序,采用了线程回调函数的方式-Running in evc serial communication program, with the way the thread callback function
Serial
- 一个实验程序,利用C# serialport控件,实现串口的数据收发,并在textbox上显示,在vs2008平台上,跨线程调用显示程序。 线程(Thread)与委托(Invoke和BeginInvoke) 这几天专门玩线程与委托,到处查找资料看,渐渐明白了用法、写法和一些注意事项;-An experimental program using C# serialport control, serial data transceiver and display it in the t
API-serial-asynchronous-code
- 本例程采用 windows API编写,属于串口异步非阻塞操作,采用线程监视、windows事件、自定义消息,其中数据接收一块分别采用SetCommMask、WaitCommEvent 设置等待串口通信事件,是初学者不可多得的学习资料,该历程亦可直接用在实际工程当中,很具有收藏与学习价值,压缩包中还包含相关的参考文档,望大家好好利用-This routine uses the Windows API to write, is a the serial asynchronous non-bl
Serial
- 一个简单的串口类,利用线程处理,可以发送接收数据,-A simple serial type, the use of thread, can send and receive data
Multi-thread-serial-communicati
- VC/C++源码,系统相关,串口通讯类,多线程 一个多线程的VC++串口通讯实例,选择本机可用的串口,可同进打开多个可用的串口,还可以设置数据位、停止位、校验、波特率,往指定端口发送接收数据等。VC6.0编译通过。 -VC/C++ source code, related system, serial communication, multi thread of a multi-threaded VC++ serial communication example, the serial po
Serial-test-help
- 串口测试助手,基本串口调用模式,异步通信,可设置基本参数,线程读取数据。-Serial test assistant source code, the most basic serial port call, asynchronous communication, thread read data, can set the basic parameters
WindowsFormsApp1
- 使用c#编写的上位机串口程序,里面包含串口线程,可以自己进行二次开发。(Using the serial serial program written by c#, which contains serial thread, it can be developed two times by itself.)