Forum Discussion
Altera_Forum
Honored Contributor
15 years agoCommunication between computer and FPGA
I've a module (Transmitter) and i've already programmed it on the FPGA,now i want to test it by a lot of trials of data by sending it from the computer (matlab for ex),please i want steps to follow t...
Altera_Forum
Honored Contributor
15 years agoI had established serial communication through UART long days ago by adding UART in SOPC builder and it is quite easy to do that.You need to read UART IP document and then just set registers (transmitter,recevier,control.etc..) and type from computer and read it through your UART receiver register.