Forum Discussion
Altera_Forum
Honored Contributor
12 years agoThe DE2 board already has a serial interface (RS232).
Your NIOS system needs to instantiate a UART, and that UART can be used to communicate with your PC. The data bandwidth over the link will be limited by the UART BAUD rate, eg., 115.2kbaud. If you need a faster data rate, then look at using the network interface. If you can deal with a slower interface, then look at using the JTAG interface http://www.alterawiki.com/wiki/using_the_usb-blaster_as_an_sopc/qsys_avalon-mm_master_tutorial Cheers, Dave