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

  • Simon that would be fantastic if you were able to find out what's wrong with Putty or something else I could use. I've found exactly the same thing as you. I can use Link monitor...but not with our own board which means that we are forced to use Putty or anything else that you may recommend

Reply Children
Related