Hi,
I'm trying to interface NRF52DK with Quectel EC20 Evaluation board through UART. I used the example UART code from the SDK to send AT commands to the Quectel Board but, it was not working and whatever the command I sent was printing on the Termite, Then I tried using app_uart_put() It is also not working, whatever AT command I'm sending is printing on termite but it has no effect on the module, Is there any other way to do it?