2024-05-29 07:23 AM - last edited on 2024-05-29 02:44 PM by Tesla DeLorean
hi all,
i am trying to use the esp322's TX and RX pins to transmit a string from the STM32F407 and display it to the Hercules. The problem I still have is that it cannot send even though I have selected the correct COM port and Baud-rate
many thank.
2024-05-29 01:54 PM - edited 2024-05-29 01:55 PM
1. The diagram does not show where/how the hercules is connected.
2. In the code snippet, line 99: 12 is the number of characters to send. but it is invalid. Likely you've forgotten \r\n.
2024-05-29 02:45 PM
Check signals with a scope or logic analyzer
Make sure HSE_VALUE reflects that of your board, so the baud rates of the two MCU match.
2024-05-29 08:26 PM
I added \n but still not sending