Hello, I’m using TeraTerm to communicate with the LoRa Serial radios. I need to permanently change the baud rate to 9600. Using the AT command -SerialSpeed=_ , I am able to change it (or at least it appears changed when I check with the ATI0 command); however, when I disconnect the radio, then reconnect it later, it has defaulted back to 57600. Is there a command to permanently alter the baud rate?
It looks like you need to also send “ATW” after setting it to save it to NVM? AT Commands - SparkFun LoRaSerial Product Manual
Well, I’ve tried that, with the same result. I should probably clarify that I’m referring to the serial speed on the UART port, not the air speed.
Thanks for the quick response.
Hmm. Do any other settings stay if changed?
I just tried it with Serial Delay, and the same thing happens.Crossed my mind that I hadn’t been using ATO to exit, so I tried that, and now it appears to work. What can you expect from an old noob? Thanks for getting me on the right path.
1 Like