Welcome![Sign In][Sign Up]
Location:
Search - serial port flow control

Search list

[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: 28206 | Author: zxb | Hits:

[Other resourcers232

Description: RS232.C was written to provide all of the basic functionality needed to employ serial I/O in any application written with Borland C language compilers. Some features are: 1. Ease of use. No assembly language or library files are used and a simple \"#include\" statement is all that is required to access all of the functions provided. 2. Both input and output are buffered and interrupt driven for efficiency. 3. Serial ports 1 - 4 are supported on PC, AT and PS/2 compatibles.Chained interrupts used on port 3 and 4 are allowed for so as not to interfere with devices such as a mouse or printer. Transmission speeds of 110 to 115200 baud are available. 4. Detection and utilization of hardware buffered UARTs (NS16550AF etc.) found in some machines is automatic. 5. Interrupt driven hardware and XON/XOFF flow control is provided for. 6. All source code is included. RS232.C can be used with all memory models.
Platform: | Size: 29659 | Author: 朱桦 | Hits:

[CommunicationPortExpert10_SRC

Description: 端口专家是一个优秀的端口(串口、并口)监视、调试程序,有以下基本功能: 1.能动态设置各种通讯速率、奇偶校验、数据位、停止位和流控; 2.可以16进制形式自动显示接收到的数据,并能同时发送ASCII码(包括中文)和16进制字符串,可以任意设定自动发送周期,定时发送数据; 3.能将接收数据保存成文本文件,便于比较观察;并能发送任意大小的数据文件(以二进制形式发送); 4.能自动保存设置参数,无需每次重新设置。-port experts is a good ports (serial, parallel) monitoring, debugging procedures, the following basic functions : 1. Dynamically created various communications rate, parity, data bits, stop-and flow control; 2. May 16-band automatic form of data received and at the same time sending ASCII (including Chinese) and 16 string band can be set to automatically send arbitrary cycle, regularly send data; 3. preservation can receive data into text files, facilitate comparison of observation; and the ability to send any size of paper (in binary form Send); 4. Save the settings automatically parameters, each without re-instated.
Platform: | Size: 263552 | Author: 柳如飞 | Hits:

[CommunicationPortExpert10_SRC

Description: 端口专家是一个优秀的端口(串口、并口)监视、调试程序,有以下基本功能: 1.能动态设置各种通讯速率、奇偶校验、数据位、停止位和流控; 2.可以16进制形式自动显示接收到的数据,并能同时发送ASCII码(包括中文)和16进制字符串,可以任意设定自动发送周期,定时发送数据; 3.能将接收数据保存成文本文件,便于比较观察;并能发送任意大小的数据文件(以二进制形式发送); 4.能自动保存设置参数,无需每次重新设置。-port experts is a good ports (serial, parallel) monitoring, debugging procedures, the following basic functions : 1. Dynamically created various communications rate, parity, data bits, stop-and flow control; 2. May 16-band automatic form of data received and at the same time sending ASCII (including Chinese) and 16 string band can be set to automatically send arbitrary cycle, regularly send data; 3. preservation can receive data into text files, facilitate comparison of observation; and the ability to send any size of paper (in binary form Send); 4. Save the settings automatically parameters, each without re-instated.
Platform: | Size: 263168 | Author: 柳如飞 | 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:

[CommunicationSerComm

Description: 一个异步的串口类,支持硬件流控制 利用消息通信-An asynchronous serial port type, support hardware flow control use of information communication
Platform: | Size: 7168 | Author: chongzi | Hits:

[SCMThermometer

Description: 这是一个远程温度计 MCU: AT89S52 温度传感器: DS18B20 晶振: 12MHz 使用串口连接,在PC端使用"超级终端"打开 设置如下: 波特率: 4800 数据位: 8 奇偶校验: 无 停止位: 1 数据流控制: 无 电路图见Thermometer-SCH.jpg 该程序的编写参照了Keil UV2自带的便子 见EXAMPLES\MEASURE 使用终端交互方式 其实,这不仅是一个测漫器, 它的时钟也非常准确.-This is a remote thermometer MCU: AT89S52 Temperature sensor: DS18B20 crystal: 12MHz to use serial port connection, in the PC client to use super terminal Open settings are as follows: baud rate: 4800 data bits: 8 Parity: None Stop bits: 1 Data Flow Control: No schematics see Thermometer-SCH.jpg the program prepared by the light of the Keil UV2 own son will see the use of terminal interactively EXAMPLESMEASURE In fact, this is not only a measured man, and it is also very accurate clock.
Platform: | Size: 97280 | Author: tary | Hits:

[ARM-PowerPC-ColdFire-MIPSrs232

Description: RS232.C was written to provide all of the basic functionality needed to employ serial I/O in any application written with Borland C language compilers. Some features are: 1. Ease of use. No assembly language or library files are used and a simple "#include" statement is all that is required to access all of the functions provided. 2. Both input and output are buffered and interrupt driven for efficiency. 3. Serial ports 1 - 4 are supported on PC, AT and PS/2 compatibles.Chained interrupts used on port 3 and 4 are allowed for so as not to interfere with devices such as a mouse or printer. Transmission speeds of 110 to 115200 baud are available. 4. Detection and utilization of hardware buffered UARTs (NS16550AF etc.) found in some machines is automatic. 5. Interrupt driven hardware and XON/XOFF flow control is provided for. 6. All source code is included. RS232.C can be used with all memory models. - RS232.C was written to provide all of the basic functionality needed to employ serial I/O in any application written with Borland C language compilers. Some features are: 1. Ease of use. No assembly language or library files are used and a simple "#include" statement is all that is required to access all of the functions provided. 2. Both input and output are buffered and interrupt driven for efficiency. 3. Serial ports 1- 4 are supported on PC, AT and PS/2 compatibles.Chained interrupts used on port 3 and 4 are allowed for so as not to interfere with devices such as a mouse or printer. Transmission speeds of 110 to 115200 baud are available. 4. Detection and utilization of hardware buffered UARTs (NS16550AF etc.) found in some machines is automatic. 5. Interrupt driven hardware and XON/XOFF flow control is provided for. 6. All source code is included. RS232.C can be used with all memory models.
Platform: | Size: 29696 | Author: 朱桦 | Hits:

[Windows DevelopJN-AP-1069-Wireless-Uart-Flow-Control-1v0

Description: 带硬件流控制的无线RS232,可以实现串口的无线传输-Hardware flow control with wireless RS232, serial port can realize wireless transmission
Platform: | Size: 345088 | Author: andy | Hits:

[Com PortCommTest

Description: 基于CSerialPort的串口多线程通信。首先设置好串口参数,然后开启串口监测工作线程,它监测到串口接收到的数据、流控制事件或其他串口时间后,就以消息方式通知主线程,激发消息处理函数来进行数据处理。而发送数据可以直接向串口发送。-CSerialPort based on multi-threaded serial communication. First of all, set up serial port parameters, and then open the serial port monitoring thread, it is monitoring the serial port to receive data, flow control case, or other serial port time, notify the news on the main thread, inspired message processing function to carry out data processing. Sent data can be sent directly to the serial port.
Platform: | Size: 1246208 | Author: 海涛 | Hits:

[Windows DevelopExample2

Description: 基于Windows API的虚拟终端实现,能设置串口参数,和流控制。能打开文件,和保存文件。-Based on the Windows API to achieve the virtual terminal can be set up serial port parameters, and flow control. Can open the file, and save the file.
Platform: | Size: 74752 | Author: 许书博 | Hits:

[Process-ThreadExample3

Description: 基于CSerialPort的串口多线程通信框架,设置串口参数,开启串口监测工作线程,串口监测工作线程监测到串口接收的数据、流控制时间或其他事件后,就以消息方式通知主程序,激发消息处理函数来进行数据处理。-CSerialPort-based multi-threaded serial communication framework, set serial port parameters, open the serial port monitoring thread, serial port monitoring thread to monitor the serial port to receive data flow control or other incident, on the way to the news to inform the main program to stimulate information processing function for data processing.
Platform: | Size: 89088 | Author: 许书博 | Hits:

[GPS developserial-port-communication-examples

Description: 包括了读取GPS串口,串口读写操作,串口数据合并等串口操作实例,对于熟悉串口操作有很大帮助。-Read and Write example performs a Serial Port Read, a Serial Port Write, or a combination of these actions while setting some advanced serial features like buffer size, termination characters, and XON/XOFF flow control.
Platform: | Size: 111616 | Author: wu | Hits:

[SCMliushuideng

Description: 用单片机的串口通信控制8位流水灯,可以节省单片机的I/O口-Serial communication with the MCU 8-bit flow control lamp, can save MCU I/O port
Platform: | Size: 21504 | Author: 陈豪 | Hits:

[matlabmatlab_uart

Description: matlab访问串口的程序,包括:打开、关闭和清除串口对象;读串口、写串口;串口的数据流控制;还包括:怎么用matlab发送手机短信的例程;这是学习matlab访问系统硬件的原理,不可多得的经典例程!-matlab serial port access procedures, including: open, close and clear the serial port object read serial port and write serial port serial data flow control also include: how to send SMS using matlab routine it is to learn the principle of the hardware to access the system matlab , rare classic routines!
Platform: | Size: 91136 | Author: 陈永恒 | Hits:

[ARM-PowerPC-ColdFire-MIPSUSART

Description: STM32F103VBT6开发板上的串口中断程序,通过串口控制流水灯-STM32F103VBT6 development board serial port interrupt program, through the serial port flow control lamp
Platform: | Size: 1252352 | Author: 徐天 | Hits:

[matlabMATLAB-control-application

Description: 对MATLAB软件在控制领域的应用进行了详细介绍。内容包括使用DAS工具箱函数和ActiveX控件设计数据采集与控制程序;使用串口I/O流和MSComm控件设计串口通信程序等。每种程序设计方法都提供了多个典型应用实例,每个实例都提供了线路图、详细的程序设计步骤和完整的源代码可供自动化、计算机应用、电子信息、机电一体化、测控仪器等专业的大学生、研究生及相关技术人员学习和参考。 -MATLAB software in the control area of the application in detail. Content including the use of ActiveX controls DAS Design Toolbox functions and data acquisition and control procedures use the serial port I/O design flow and MSComm control serial communication procedures. Each programming methods provide a more typical application, each instance provides a road map, detailed program design steps and the complete source code for automation, computer applications, electronic information, mechanical and electrical integration, measurement and control instruments professional students, graduate students and relevant technical staff to learn and reference.
Platform: | Size: 472064 | Author: yuanying | Hits:

[SCMSerial-T

Description: keil开发环境 89s52单片机串口通信 功能是通过串口发送流水灯信号 控制从机P2口进行流水灯操作 与Serial R相结合应用-keil development environment is done through the serial port flow control lamp signals P2 from the mouth of the water light machine operation and the combination of application Serial R
Platform: | Size: 14336 | Author: Major | Hits:

[Embeded Linuxserial.c.tar

Description: 這例子示範: 1。如何打開一個串口 2。如何設置界面 3。如何設置波特率,流量控制和其他設置 4。如何讀取和寫入串行端口-Description: serial port example set 19200bps, n81, RTS/CTS flow control. and echo back the received data. What is shown in this example: 1. How to open a serial port 2. How to set interface 3. How to set baudrate, flow control and other settings 4. How to read and write a serial port
Platform: | Size: 1024 | Author: 于耀宗 | Hits:

[OtherSecureCRT

Description: 串口调试的应用软件 SecureCRT,可以设置 波特率、串口、流控等参数;绿色免安装-Serial debugging application software SecureCRT, you can set the baud rate, serial port, flow control parameters Green-free installation
Platform: | Size: 12339200 | Author: 袁厚亮 | Hits:
« 12 3 4 »

CodeBus www.codebus.net