Forums:
Hi every one,
I am new to Embedded developement in VIVADO.
I want to implement a UART communication which can transfer the Data packets (not just print statements that we can transfer in Hello World application using SDk) from the same (48,49) pins of UART1 (or any other valid pins) which is connected to the UART-USB bridge and come out as a serial port in Laptop/PC.
and the same should be able to recieve packets from outside devices(or some GUI) asynchronously.
Thanks in advance.