This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Suggestion : buffer data from UART1 to UART3.

Hi Everyone,

[TIAM3517]

I have to write an standalone application code to transmit the data received on UART1 to UART3.

I was thinking if in ISR itself i copy the data as below :

ISR SNIPPET :

U3TXREG = U1RXREG;

The above line should do the trick.

I am about to try this. but i would really seek some expert advise on this.

Baud rate configured for both UART interface remains same.[9600 kbps].

Data traffic is continous on UART1.