I am having an issue with UART_OVERFLOW errors on the RAK5010 comms with the BG96
You see at the end of the below commands the QNWINFO response from the BG96 is missing some characters. (But the issue happens in random places, not just there). If I slow the baud rate from 115200 to 19200 the problem pretty much goes away until I start using the BG96 to download a 22kb file from a server, then I get overflows again - although in this case it might be the 19200 is not fast enough to keep up.
Using the same code on a RAK8212 (which defaults to 115200) I dont get overflows (although I have not tried the file download on that)
In theory I have enabled the CTS control on the BG96 so with the commands below there should never be an overflow ? Any ideas ?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I am having an issue with UART_OVERFLOW errors on the RAK5010 comms with the BG96
You see at the end of the below commands the QNWINFO response from the BG96 is missing some characters. (But the issue happens in random places, not just there). If I slow the baud rate from 115200 to 19200 the problem pretty much goes away until I start using the BG96 to download a 22kb file from a server, then I get overflows again - although in this case it might be the 19200 is not fast enough to keep up.
Using the same code on a RAK8212 (which defaults to 115200) I dont get overflows (although I have not tried the file download on that)
In theory I have enabled the CTS control on the BG96 so with the commands below there should never be an overflow ? Any ideas ?