Forum Discussion
Altera_Forum
Honored Contributor
10 years agoPC to DE2-115 USB Communication
Hi, I'm looking for information on transferring data from a PC to DE2-115 through USB for a class project that I'm working on. Specifically, I have a grayscale image that I want to transfer to ...
Altera_Forum
Honored Contributor
10 years agoYou can use:
- JTAG UART (low performance but very simple with NIOS and Altera IP) - Gigabit Ethernet (very difficult, require understanding of timings, etc.) or for good performance (40MByte/s) you can add an external USB to FIFO module like UM232H to exploit USB 2.0 performance. This require some work. A simpler way is to add an external USB to UART external module (typ 115.200 bps/s).