tomverbeure / intel_jtag_uart

A Python module to interact with an Intel JTAG UART
https://pypi.org/project/intel_jtag_uart
MIT License
18 stars 3 forks source link

Usb-BlasterII support ? #2

Closed lemmuh closed 7 months ago

lemmuh commented 11 months ago

Is the "new" Usb-BlasterII cable also supported ?

I get the error "No UART matching the specified device/instance"

tomverbeure commented 7 months ago

The Altera libraries have an abstraction layer that hides the interface details behind a generic API. I can't think of a a reason why a USB-Blaster II wouldn't work, but I don't have one to try it myself.

Have you tried the Quartus System Console? It has the ability to list all the virtual JTAG devices in the system and the JTAG UART should be one of them.

Tom (Sorry for not replying earlier: GitHub doesn't send me an email when somebody files an issue in one my repos...)