What range are you expecting? I ask because if you’re trying for 150km then keep the baud rate at default, but if range will be within line of sight or maybe some more (up to the documented 45km) then we can easily go to a higher more usable baud rate.
Start by disabling RTS/CTS in the Ardupilot params and in the radios, set the other baud rate and details I’ve specified and let’s see what we get.
BRD_SER2_RTSCTS,2 <- set this to specifically enabled to disable to match the radio and wiring
SERIAL2_BAUD,115
SERIAL2_OPTIONS,0
SERIAL2_PROTOCOL,2
On the RFD radios also set these:
Baud 115
Air Speed 200
ECC off
RTS/CTS (can be off, also set BRD_SER2_RTSCTS to match)
Op Resend off
Max Window 80
RTS/CTS can be used if the wiring is in place, or even disabled when the wiring is in place.
If changing parameters via any telemetry link I would advise re-reading all the parameters to verify that your expected changes actually took place.
You just need to select the correct comm port on your computer, and a baud rate that matches what the radios are doing.
Use my settings I listed for a higher baud rate.