Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 332 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 332 Bytes

Simple-UART-Module

A UART module for use in a FPGA

Introduction

UART is a serial communication system which doesn't require a clock to synchronize between the transmitter and reciever. It sends data 1 bit at a time from the LSB to MSB and is framed by a start bit (generally logic '0') and a stop bit (generally logic '1').