Forum Discussion
Altera_Forum
Honored Contributor
17 years agoCyclone III development board and USB FT245BL
Hi, I currently develop with the cyclone III development board (EP3C120N). The board features two USB chips. The Cypress chip is used for the byteblaster logic and as I understand the documenta...
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- We pointed several solutions for accessing the USB connector. The easiest is by far using TCL scripts, but then it is probably the slowest. A second choice would be to use the unofficially documented (seems more like not officially supported, rather than undocumented) jtag-uart interface using the atlantic DLL. Or you can use one of the undocumented interfaces, including direct access to the USB-Blaster using FTDI DLL API. --- Quote End --- After reading the topic I am still not sure what's the best way to get FTDI USB to work. Did anybody really try to use FTDI D2XX DLL API for USB to PC communication?