I'm working with SDK 1.30 and the new application serial_lte_modem (moved from samples to applications in this SDK version).
However when my control hardware tries to communicate, it will auto-baud to get started.
This almost certainly causes Framing/Break errors and causes UART_RX_STOPPED to lock up the modem.
I have found nothing in the API to free these errors and allow the modem to respond to subsequent commands.
Restarting the UART just causes more framing errors (likely because they haven't been cleared).
The 1.30 docs don't mention much, and the other questions I have seen do not refer to the zephyr UART library.