Altera_Forum
Honored Contributor
18 years agocommunicating DE2 board with host computer
I am doing a project in DE2 board. I have designed a hardware in DE2 board and the application runs in C on the host computer. Time to time I have to send some data to PC and PC uses that data to find the appropriate hardware configuration and sends it to DE2 board. I want to have a link rate of 25Mbps, so, I want to use USB interface for the data communication (which,I suppose,can support up to 480Mbps) but I don't have any idea how to implement it. My hardware works fine and my C program runs fine but how do I make an interface between them? Do I need to program a USB driver on my PC as well? Can anybody help me out?
Thank you.