UART Rx

This week I finished up the Rx portion of the UART device that follows the RS232 protocol. I was able to implement it onto the Spartan3 board. When I first tested it, I was a little confused because I didnt know that the letters were represented in ASCII code. My Read more…

RS 232 rx

This week i finished up writing the code for the receiver uart. My design includes a transmission register, a state register,  a status register and a few counters. This was the first time, I was using a finite state machine in my design.  My design would wait for a start Read more…