Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
No you cannot.
The USB connector is only for programming the FPGA. The signal flow is: from the programmer software through the cable and the USB connector to the CPLD on the board which contains the equivelent of the USB-Blaster POD code - the output of which is a JTAG connection to your FPGA. - Altera_Forum
Honored Contributor
You can communicate through the JTAG interface using the JTAG UART, but you need the Altera JTAG driver stack installed on the PC to use the respective DLLs. There's also a second link, that enables the access method used in previous Terasic Dev Kits. It can work on the generic FTDI driver without the Altera stack.
It's a kind of serial Altera Forum topic. http://www.alteraforum.com/forum/showthread.php?t=18600 http://www.alteraforum.com/forum/showthread.php?t=6682 http://www.alteraforum.com/forum/showthread.php?t=6604 - Altera_Forum
Honored Contributor
thanks a lot for responses