Altera_Forum
Honored Contributor
15 years agoDE3 USB Data Transfer
Hi,
I want to transfer data from a DE3 development board to my PC via USB. Does anyone know a very simple and quick way to implement this? At first I just thought of modifying the demonstration projects from the CD, but they all make use of the SOPC builder and NIOS II. Since I'm not familiar with these tools, I would really like to avoid them. Furthermore, in order to run the demos, a batch file is required. I also wouldn't want to make a batch file for my project. I realize that maybe this batch file is not needed to run the demo, but the manual only shows how to run the demo with the batch. So would there be a simple way to do this with VHDL only? Or would it be worth it to learn NIOS II and go with it? My USB protocol would be very simple: I just want to transfer data from the ADCs to my PC at a fixed baud rate. And just as a background for my case: I'm migrating my project from a DE2 board to a Terasic DE3. For the DE2, we implemented a very simple data transfer protocol via the RS232 interface. But now I have to modify my project since the DE3 only has USB interfaces. Any help or hints would be greatly appreciated. :) Thanks!