Forum Discussion

YigalB1's avatar
YigalB1
Icon for New Contributor rankNew Contributor
1 year ago
Solved

DE10 communication with windows PC

I am looking for a way to communicate between a host PC (probably windows) and a project running on the DE10 lite. The software on the PC should send some information to the FPGA, then get a result a...
  • FvM's avatar
    1 year ago

    Hi,
    I must confess I'm using my own UART modules written from the scratch since many years, thus I didn't care for existing Quartus UART IP. Perhaps others want to add info about it.

    Regarding UART over JTAG, I know there have been some projects, I looked upon it many years ago but didn't found it useful for my purposes. Instead I'm using other JTAG debug functions during development and initial PCA test along with UART based debug interfaces. Also remote debugging through Ethernet and custom interfaces.

    Regards
    Frank