搜索资源列表
多线程串行口通讯构件
- 说明:多线程 (Multi-Thread) RS232 串行口通讯构件 ( 1.51 版,附源码 )-: multithreading (Multi-Thread) RS232 serial port communication components (1.51 version, with source)
seriodll
- 动态库(dll)中建立串口监视线程的实时串口通信-dynamic library (dll), the establishment of serial real-time surveillance thread Serial Communication
PortCange
- PortChange是一个UDP和串口转换的一个模块,这个模块主要特点是可以任选窗口消息,事件,线程消息的一种来通知应用程序。-PortChange UDP and is a conversion of a serial module, main features of this module is optional window news, events, news of a thread to notify applications.
Serial_readandwrite.Rar
- 能够对串口进行读写,监视的类。利用线程实现了非阻塞调用。 -able to read, write, watch class. Thread achieved using nonblocking call.
dsa_TSJL06TAsync
- 用线程方式实现全双工RS232 IO的C++源代码,可以检测事件字符。代码用于SJL06T密码机,已经严密测试,确保质量。用于GPS接收机通信也是一样的。-thread used to achieve full-duplex RS232 IO C source code that can detect incident characters. SJL06T PIN code for the machine, has been closely testing to ensure the quali
multi-thread
- 实现了一个简洁易用的多线程串行通讯接口,可以切换查询和自动接收模式,进行对串口数据收发
thread
- 多线程,串口编程,包括一个头文件和一个源文件,封装在一个类中,相信大家看过这两个文件后,对相关的应用一定回有一个大致的编程模式形成
Current
- VC6 多线程的串口操作,有线程同步的解决方法(terminal)-VC6 multithread serial operation, thread synchronization solution (terminal)
20050120091918_MySerialPort[2004-01-18-01]
- 从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的接收,其实就是第一种方法的变种: 一个侦听EV_RXCHAR,一个对EV_RXCHAR进行分析,其实就是超时判断。如果接收
VC++Multi-Thread.rar
- vc多线程:用VC实现多串口多线程工业控制 来源:编程基地 http://bcjidi.cn/,vc Multithread: Using VC multi-serial multi-threaded industrial control Source: programming base http://bcjidi.cn/
CommTest.rar
- 基于CSerialPort的串口多线程通信。首先设置好串口参数,然后开启串口监测工作线程,它监测到串口接收到的数据、流控制事件或其他串口时间后,就以消息方式通知主线程,激发消息处理函数来进行数据处理。而发送数据可以直接向串口发送。,CSerialPort based on multi-threaded serial communication. First of all, set up serial port parameters, and then open the serial port m
Mul-Serial
- 多线程串口类,实现对多串口的读并显示画图,该类十分有用。-Serial communication transceiver and real-time graphics, multi-thread source have comments Function is very powerful class
D7Com32
- Delphi7 串口通讯 封装的DLL,实现多线程对串口的监控,十六进制数据的写入等基本串口操作方法。-Delphi7 serial communication package DLL, multi-thread serial port monitor, hex data, the basic serial write operation method.
ComTimer
- 多线程串口数据发送,采用Windows高精度时间搓实现,精度可以达到1毫秒,可以任意设置进程优先级别和线程优先级别-Multi-threaded serial data transmission, the use of Windows to achieve high-precision time twist, the accuracy can reach 1 ms, which could be set process priority and thread priority
rs485
- 操作串口直接进行RS485多机通信的类。单片机下485多机通信很容易,用UART的Bit9即可,Windows下就麻烦得多,Windows下串口Bit9用作奇偶校验,要切换Bit9就要动态改通信格式,而且切换时间要跟得上单片机的us级时间。这个自己写的Class用独立线程、Windows高精度定时器机制,高速切换Bit9,示波器测量,时间在10us左右,已用于门禁系统多年,长时间运行可靠! -Direct RS485 serial port operation multi-machine c
VCscom
- 串口助手的源码,跟其他的不太一样,不同于龚建伟那个,里边使用的线程,速度快,不丢内容,而且,可移植性强等内容-Serial Assistant source, not the same with the other, that is different from GONG, the use of thread inside, fast, do not lose content, but also, and strong content portability
多线程串口通讯实例_622
- 多线程串口通讯实例- Multi-thread string mouth communication example
REL_Ser2Eth_RT-Thread
- 以太网转串口,包括源码,pcb,原理图,说明文件。-Ethernet to serial port, including source code, pcb, schematics, documentation.
Rea_Time_Multi_threadSerial_Communication_Technolo
- 本文结合汽车配件厂工厂制造执行系统(MES)的开发实践,介绍和讨论了一种基于多 线程串口通信的实时数据采集系统的设计和实现方法,讨论了在设计和实现该系统的时候必 须考虑和注意的要点,并对系统在实现中涉及的多线程处理技术、串行通信、数据库访问技 术和Socket 通信技术作了较为详尽的说明。-This paper introduces one of real time data collecting system which is designed and implemented
SerialCtrlDemo
- CSerialIO实现一个对串口读写的类,有一个线程负责处理对串口数据的读写,只需要简单调用CSerialIO提供的API就可以侦听串口的数据。 -CSerialIO implement a class to read and write the serial port, there is a thread responsible for handling read and write data to the serial port, simply provide the API call
