Communicating with URT0 and URT1

Hi Nordic,

1. I am using bl653_dvk board and (C:\ncs\v2.1.0-rc2\zephyr\samples\drivers\uart\echo_bot) is using for my sample

2. Here is i need to communicate with both uart0 and uart1

3. Here if i send data from uart0 then uart1 need to print that data

4. if i send data from uart1 then uart0 need to print that data

5. Could you provide simple program how its works if possible

Related