Well, even with a fair bit more work, I still can’t get any UART speed other than 9600 to work.
It’s very weird, because I can successfully set the module to other baud rates, and the library appears to work at other baud rates, just nothing works correctly…..
Set BAUD rate of the module: (Confirmed via printing applied settings)
configuration.SPED.uartBaudRate = UART_BPS_57600;
Declare module using that Baud rate:
LoRa_E32 e32ttl100(LORARX, LORATX, LORAUX, LORAM0, LORAM1, UART_BPS_RATE_57600);
I would be interested in using air rates other than the default, so it would be nice if faster UART rates could be possible.
If anyone has any idea what could be the problem, I’d love to know, but I think 9600 can work for now….