Overrun Errors in UART While Sending Data Through the Radio on LoRa E5 Module

Hi there,

So , Most serial ports support FLOW control, Hardware or Software flow control. For exactly that reason. Higher Baud Rates can overrun the UARTS receiver buffers.
You should be able to implement Software flow control X0n/Xoff or DTR/CTS Hardware flow control if your port supports it.

HTH
GL :slight_smile: PJ :v:

You may need another serial Uart LIB for other options to be available.
:+1:

1 Like