Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThe USB port is connected to the FTDI driver chip, which connects to very small max2 device.
The max2 device decode the USB signal and translate it to jtag signal. The jtag signal goes to the FPGA finally. So, if you can modify the small max2 program, then you can use the USB as just USB. Otherwise, the USB port always works as USB Blaster. User can program or control the BeMicro by using Altera tool sets, such as system console or Jtag-Uart. The system console does have API for JAVA. So if you can understand how to use JAVA, you can control most of stuff via that.