Welcome![Sign In][Sign Up]
Location:
Search - serial thread

Search list

[CommunicationMulti-Thread RS232

Description: 说明:又一个多线程 Multi-Thread RS232 串行口通讯构件 ( 1.2 版,附源码 )-Note : Also a multithreaded Multi-Thread RS232 serial port communication components (version 1.2, with source)
Platform: | Size: 17251 | Author: zxb | Hits:

[Process-ThreadThread(new)

Description: 这是一个关于线程并行与串行所用时间的比较(结合了win32更有实用性)-This is a thread of the serial and parallel time spent by the comparison (in the context of the win32 more practical)
Platform: | Size: 72514 | Author: Freedom | Hits:

[Other resourceminigui.thread

Description: MINIGUI中线程通讯,主要用于异步串口通讯,在MINIGUI菜单中通过全局变量启运线程,进行串口通讯.-MINIGUI thread communication, mainly for asynchronous serial communication, In MINIGUI menu shipped through global variables threads for serial communication.
Platform: | Size: 9293 | Author: 王碧 | Hits:

[Windows DevelopGbaSioTool.win.src

Description: gba串口驱动的代码,结合GBA的串口线,可以启动的时候执行-gba serial driven code,connect GBA s serial thread, can perform when start.
Platform: | Size: 4511 | Author: haha | Hits:

[Communication-Mobileasync32

Description: 多线程 ( Multi-Thread ) RS232 串行口通讯控件 ( 1.82 版,无源码 Delphi 3.0/4.0/5.0 版适用 ),作者: Varian Software Services NL。 -Multi-threaded (Multi-Thread) RS232 serial port communications control (1.82 version, non-source version of Delphi 3.0/4.0/5.0 applicable), the author: Varian Software Services NL.
Platform: | Size: 512000 | Author: 站长 | Hits:

[Com PortCurrent

Description: VC6 多线程的串口操作,有线程同步的解决方法(terminal)-VC6 multithread serial operation, thread synchronization solution (terminal)
Platform: | Size: 31744 | Author: 大锅饭 | Hits:

[Com Port20050120091918_MySerialPort[2004-01-18-01]

Description: 从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的接收,其实就是第一种方法的变种: 一个侦听EV_RXCHAR,一个对EV_RXCHAR进行分析,其实就是超时判断。如果接收到一个消息后,一段时间没收到下一个EV_RXCHAR,就认为是一个数据包的结束。这个线程就会通知数据接收线程,进行数据接收。一般同一包数据,两个字符之间的时间间隔,应该很小了吧,而两个数据包之间的间隔,应该不会太小吧!(这个地方我不清楚,猜的:( :) )最后一个线程,是接收数据的。-read data from the serial port, there are two methods, one, each receiving a EV_RXCHAR, on the ReadFile read, I think this vote. 2, received a EV_RXCHAR after a certain volume of data, such as CPU cycles (GetTickCount), and the one-time reader, the data buffer. To do so, under normal circumstances there is no problem, but if many of the data, and after a "certain amount of data the CPU cycles," also confiscated End Data how do? Few will read the data. I used three lines to complete serial data reception, the first method is a variant : an interception EV_RXCHAR, one pair of EV_RXCHAR analysis is, in fact, overtime judgment. If a receiver to the news, some time had not received a EV_RXCHAR, it is a data packet to an end. This thread will receive notification of data threads for da
Platform: | Size: 46080 | Author: 刘云鹏 | Hits:

[Windows DevelopGbaSioTool.win.src

Description: gba串口驱动的代码,结合GBA的串口线,可以启动的时候执行-gba serial driven code,connect GBA s serial thread, can perform when start.
Platform: | Size: 4096 | Author: haha | Hits:

[CommunicationMulti-Thread RS232

Description: 说明:又一个多线程 Multi-Thread RS232 串行口通讯构件 ( 1.2 版,附源码 )-Note : Also a multithreaded Multi-Thread RS232 serial port communication components (version 1.2, with source)
Platform: | Size: 17408 | Author: zxb | Hits:

[Communicationcomm32

Description: 说明:多线程 (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 (Multi-Thread) RS232 serial port communication component, the component is COMM32.ZIP modified version, and increase Data Bits, Parity, Stop Bits, such as configuration and support Read/Write timing control (Timing control), ReadIntervalTimeout, WriteIntervalTimout, support DTR/DSR, RTS/CTS hardware flow control and home Xon/software flow control setting home (version 2.5, with source)
Platform: | Size: 27648 | Author: zxb | Hits:

[Windows Developcommunication.com

Description: 本程序是串口通信的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 are three threads. to open arbitrary serial number. the current system is for services, fully reliable
Platform: | Size: 124928 | Author: 张耀文 | Hits:

[Com Portmulti-thread

Description: 实现了一个简洁易用的多线程串行通讯接口,可以切换查询和自动接收模式,进行对串口数据收发 -Realize a simple and easy-to-use multi-threaded serial communication interface, you can switch query and automatically receive mode and proceed to the serial data transceiver
Platform: | Size: 169984 | Author: 杨明 | Hits:

[ActiveX/DCOM/ATLDAQmxEvent

Description: A demo software of serial communication by mulit-thread C++ -A demo software of serial communication by mulit-thread C++
Platform: | Size: 1076224 | Author: mike Teoh | Hits:

[Com Portthread

Description: 多线程,串口编程,包括一个头文件和一个源文件,封装在一个类中,相信大家看过这两个文件后,对相关的应用一定回有一个大致的编程模式形成-Multi-threading, serial programming, including a header file and a source file, encapsulated in a class, I believe that everyone read these two documents, the relevant application must return to have a general programming model of the formation of
Platform: | Size: 8192 | Author: 王建军 | Hits:

[Communicationserial

Description: 由于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]
Platform: | Size: 176128 | Author: owen | Hits:

[Com PortVC++Multi-Thread

Description: vc多线程:用VC实现多串口多线程工业控制 来源:编程基地 http://bcjidi.cn/-vc Multithread: Using VC multi-serial multi-threaded industrial control Source: programming base http://bcjidi.cn/
Platform: | Size: 131072 | Author: pudn | Hits:

[Communicationserial-multithread

Description: Windows 下的Multi-Thread串行读取程序源代码-Windows under the Multi-Thread serial read source code
Platform: | Size: 1145856 | Author: 严起孟 | Hits:

[ARM-PowerPC-ColdFire-MIPSREL_Ser2Eth_RT-Thread

Description: 基于RT-Thread OS的一个串口转以太网的工程文件,内附使用说明。使用LWIP网络协议!处理器使用AT91SAM7X256。-Based on RT-Thread OS of a serial to Ethernet project file, containing instructions for use. Use LWIP network protocol! Processor AT91SAM7X256.
Platform: | Size: 1978368 | Author: john | Hits:

[Com PortMul-Serial

Description: 多线程串口类,实现对多串口的读并显示画图,该类十分有用。-Serial communication transceiver and real-time graphics, multi-thread source have comments Function is very powerful class
Platform: | Size: 227328 | Author: 王越 | Hits:

[Com PortREL_Ser2Eth_RT-Thread

Description: 以太网转串口,包括源码,pcb,原理图,说明文件。-Ethernet to serial port, including source code, pcb, schematics, documentation.
Platform: | Size: 9615360 | Author: sfdsf | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net