Hello,
I noticed with the LTE Serial Monitor example code on a custom board with nrf9160 (and also the nrf91dk), the UART interface work initially but sometimes hangs. It looks like the device gets into a sleep mode and can't wake up when I type serial commands after a period of time. I did not configure/activate UART flow control pins (RTS/CTS).
How do you prevent this situation from happening? Is UART flow control required to prevent this situation from occurring? Or something else?
Thanks.