当前位置:网站首页>Serial port (RS - 232)
Serial port (RS - 232)
2022-06-22 05:52:00 【Silly boy: CPU】
A serial port (RS - 232)
The serial interface is to FPGA Connect to PC A simple way to . We only need a transceiver module .
Asynchronous transmitter
It creates a signal by serializing the data to be transmitted “TxD”.
Asynchronous receiver
It is from FPGA External receiving signal “RxD”, And carry out “ Deserialization ”, In order to be in FPGA Easy to use inside .
RS-232 How the serial interface works ?
RS-232 The interface has the following characteristics :
- Use 9 Pin connector “DB-9”( old pc Use 25 Pin “DB-25”).
- Allow two-way full duplex communication (PC The computer can send and receive data at the same time ).
- It can be about 10KBytes/s The highest speed for communication .
DB - 9 The connector
You may have seen this connector on the back of your computer .
It has 9 One pin , but 3 The first important thing is :
- Pin 2: RxD( receive data ).
- Pin 3: TxD( To transmit data ).
- Pin 5:GND( The earth ).
Just use 3 line , You can send and receive data .
Data is usually generated by 8 Bit data block ( We call it byte ) Sent , And be “ serialize ”: First send LSB( Data bits 0), Then bits 1&#
边栏推荐
- 代码走查的优化方向(接口请求便捷、动态class判断条件过长、去除无用console、抽离公共方法)
- 为Cortex-M4编写优化的DSP代码
- P1061 [noip2006 popularization group] counting method of jam
- 机器学习笔记 七:强大的神经网络表述
- The first week of wechat applet development: page setup, page Jump and data binding
- Wanzi detailed data warehouse, data lake, data middle platform and lake warehouse are integrated
- 使用Systemverilog描述状态机
- Use and decoupling of the mobile terminal's realm database, and use OC realm safely across threads
- Talk about MySQL's locking rule "hard hitting MySQL series 15"
- c files always get rebuild when make -------- . PHONY in Makefile
猜你喜欢

Analysis of 43 cases of MATLAB neural network: Chapter 29 research on the application of limit learning machine in regression fitting and classification -- Comparative Experiment

AUTOSAR from getting started to mastering 100 lectures (150) -soa architecture and Application

Data storage (Advanced)

Beifeng helps Nanchang Emergency Management Bureau to build a public-private integrated emergency communication guarantee network

vscode 远程连接错误:Server status check failed - waiting and retrying

Frame profiling

Go language uses zap log Library

Analysis of annual average temperature based on TMP data in cru

Vscode minimalist installation tutorial

U disk as startup disk to reinstall win10 system (no other software required)
随机推荐
EPP (Enhanced Parallel Port 增强型并口)
QEMU ARM interrupt system architecture 2
[issue 26] 123hr experience of Tencent teg+ operation development
QEMU ARM interrupt system architecture
错误:note: module requires Go 1.17
Write optimized DSP code for cortex-m4
Academic circle of cattle II (daily question 49 in spring)
使用SystemVerilog门模型描述的组合逻辑
tmux -- ssh terminal can be closed without impact the server process
Gerrit Code Review Setup
c files always get rebuild when make -------- . PHONY in Makefile
u盘作为启动盘重装win10系统(无需其他软件)
Implementation of large file fragment uploading based on webuploader
Mobile terminal layout adaptation
Frame profiling
Market consumption survey and investment prospect forecast report of China's graphite industry 2022-2027
独立站 “ 去中心化 ” 模式崛起,席卷跨境企业转型浪潮
Tensorflow 2. Chapter 14: callbacks and custom callbacks in keras
count registers in C code -- registers has one pattern
C指針的理解