This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

AT Commands

I have begun using V1.2.0

It seems that I'm no longer to enter AT commands.

I've also tried the AT Command sample and get the same issue.

No problem connecting through Putty and seeing the log output, just can't enter anything :(

Parents
  • Could you try to debug the AT Command sample and figure out where the error happens, inspect the library ncs\nrf\lib\at_host\at_host.c when sending AT commands to the nRF9160.  The received messages are handled by isr()-->uart_rx_handler(), before getting sent to the modem through cmd_send(). Check if these function runs and locate exactly what the issue is.

    Best regards,

    Simon

Reply
  • Could you try to debug the AT Command sample and figure out where the error happens, inspect the library ncs\nrf\lib\at_host\at_host.c when sending AT commands to the nRF9160.  The received messages are handled by isr()-->uart_rx_handler(), before getting sent to the modem through cmd_send(). Check if these function runs and locate exactly what the issue is.

    Best regards,

    Simon

Children
Related