Location:
Search - RS232 CTS RTS
Search list
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:
Description: 一、 设计目的及所需设备:
了解PC机串行口的使用;所需设备为:PC机,RS232插座及连线;
二、串行口的有关硬件资料
1. 9芯RS-232C接口标准:
(1) 引脚1:CD,载体检测;
(2) 引脚2:RXD,接收数据;
(3) 引脚3:TXD,发送数据;
(4) 引脚4:DTR,终端准备好;
(5) 引脚5:信号地;
(6) 引脚6:DSR,MODEM准备好;
(7) 引脚7:RTS,请求发送;
(8) 引脚8:CTS,清除发送;
(9) 引脚9:RI,响铃指示;
-one, and designed the necessary equipment : Learn PC's serial port; Necessary equipment : PC, RS232 socket and connect; 2, the serial port hardware information 1. 9-RS-232C interface standards : (1) 1-2 1 : CD, carrier detection; (2) 1-2 2 : RXD, receiving data; (3) 1-2 3 : TXD. Send data; (4) 1-2 4 : DTR, terminal ready; (5) 1-2 5 : signal; (6) 1-2 6 : DSR, MODEM ready; (7) 1-2 7 : RTS, a request; (8) 1-2 8 : CTS, Send removals; (9) 1-2 9 : RI, ringing instructions;
Platform: |
Size: 27691 |
Author: 与非门 |
Hits:
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:
Description: 一、 设计目的及所需设备:
了解PC机串行口的使用;所需设备为:PC机,RS232插座及连线;
二、串行口的有关硬件资料
1. 9芯RS-232C接口标准:
(1) 引脚1:CD,载体检测;
(2) 引脚2:RXD,接收数据;
(3) 引脚3:TXD,发送数据;
(4) 引脚4:DTR,终端准备好;
(5) 引脚5:信号地;
(6) 引脚6:DSR,MODEM准备好;
(7) 引脚7:RTS,请求发送;
(8) 引脚8:CTS,清除发送;
(9) 引脚9:RI,响铃指示;
-one, and designed the necessary equipment : Learn PC's serial port; Necessary equipment : PC, RS232 socket and connect; 2, the serial port hardware information 1. 9-RS-232C interface standards : (1) 1-2 1 : CD, carrier detection; (2) 1-2 2 : RXD, receiving data; (3) 1-2 3 : TXD. Send data; (4) 1-2 4 : DTR, terminal ready; (5) 1-2 5 : signal; (6) 1-2 6 : DSR, MODEM ready; (7) 1-2 7 : RTS, a request; (8) 1-2 8 : CTS, Send removals; (9) 1-2 9 : RI, ringing instructions;
Platform: |
Size: 27648 |
Author: 与非门 |
Hits:
Description: 用VHDL在CPLD/FPGA上实现与PC机的RS232通信-This UART (Universal Asynchronous Receiver Transmitter) is designed to make an
interface between a RS232 line and a wishbone bus, or a microcontroller, or an IP core.
It works fine connected to the serial port of a PC for data exchange with custom
electronic.
It was built in the perspective to be very small, but efficient. It had to fit in a small FPGA.
It is not suited to interface a modem as there is no control handshaking (CTS/RTS).
It integrate two separate clocks, one for wishbone bus, the other for bitstream generation.
This has the advantage to let the user bring his own desired frequency for the baudrate.
Platform: |
Size: 2588672 |
Author: 李涛 |
Hits:
Description: 1 载波检测 DCD(Data Carrier Detect)
2 接收数据 RXD(Received Data)
3 发送数据 TXD(Transmit Data)
4 数据终端准备好 DTR(Data Terminal Ready)
5 信号地 SG(Signal Ground)
6 数据准备好 DSR(Data Set Ready)
7 请求发送 RTS(Request To Send)
8 清除发送 CTS(Clear To Send)
9 振铃提示 RI(Ring Indicator)-1 载波检测 DCD(Data Carrier Detect)
2 接收数据 RXD(Received Data)
3 发送数据 TXD(Transmit Data)
4 数据终端准备好 DTR(Data Terminal Ready)
5 信号地 SG(Signal Ground)
6 数据准备好 DSR(Data Set Ready)
7 请求发送 RTS(Request To Send)
8 清除发送 CTS(Clear To Send)
9 振铃提示 RI(Ring Indicator)
Platform: |
Size: 2048 |
Author: lifen |
Hits: