Forum Discussion
Altera_Forum
Honored Contributor
10 years agoThe simplest way is to use and FTDI chip and communicate to this via a serial interface. Many of the development boards take this approach. Look at the reference manual https://www.altera.com/en_us/pdfs/literature/manual/rm_ciii_starter_board.pdf it appears the board has a USB to serial chip on board. But it appears to be used by the USB blaster interface.. It hints that it's also available for user mode operations, but without going over the schematic I can't say for sure.
But if you are doing a HSMC board anyway, simply add an FTDI chip like the FT232R device to your board and run build a uart into the FPGA to talk to the outside world. Drivers for FTDI USB to Serial devices are built into windows/linux so do you don't need to mess with that side. Pete