Forum Discussion
YigalB1
New Contributor
1 year agoDE10 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...
- 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
Jeet14
Frequent Contributor
1 year agoHi,
Yes, the com port will be assigned at PC side from the Board UART port. please find reply to your questions.
- you can use the UART IP from the FPGA and its part of Quartus tool.
- you can use the One 2x20 GPIO Connector to get the UART interface.
Regards
Tiwari