2023-03-23 04:30 AM
2023-03-23 04:53 AM
Is there a question?
JW
2023-03-23 04:53 AM
i am sanding data my serial monitor to uart2 ,uart2 received data and transmit to uart6 ,uart6 received data and transmit back to serial monitor with stm32f411 microcontroller plz give me answer
2023-03-23 04:55 AM
yes
2023-03-23 04:55 AM
i am sanding data my serial monitor to uart2 ,uart2 received data and transmit to uart6 ,uart6 received data and transmit back to serial monitor with stm32f411 microcontroller plz give me answer
2023-03-23 05:45 AM
Repeating the same information is not going to move this forward. When prompted like this it means your question lacks structure or detail
What isn't working?
Show initialization code, clocks, pins, etc
Show code that doing the interaction
2023-03-23 05:56 AM
You want code showing forwarding back and forth between UART2 <-> UART6 ?
What board are you using?
Which pins are connected to the UARTs ?
2023-03-23 06:16 AM
stm32f411vet6 microcontroller using
2023-03-23 06:20 AM
and i am using mx 32 cube id and using hadware bord uart2 and uart6 and yp-05 card using one card using to uart2 and one is using for uart6
2023-03-23 06:30 AM
So this YP-05, that's some USB-to-CMOS dongle?
You still haven't asked a question, you keep make statements.
What do you want people here to do?
Write the code for you?
Figure out what pins you're using?
Find some UART examples for your board or the F4 generally, adapt.