Altera_Forum
Honored Contributor
15 years agoRS232 Receiver for DE1 board
Hi all,
I am doing the project for the VHDL course, I need to receive the data via RS232 of DE1 board and save it into SRAM on board. I just finished the code, I will post it here. Can you guys take a look and give me some feedback ? Is it ok ? Anything I need to do? Are there any ways to test the code? The format here is 9600 baud, 8 data bits, 1 start and 1 stop bits. I take the CLK 27MHz on board divide to get 9600 baud and use it to read data in? Is it ok?