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 :(
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 :(
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
I am able to use Termite with the AT Client example without any problems. Regarding Putty, check out this ticket, which proposes a solution that might solve your problem.
Best regards,
Simon
I am able to use Termite with the AT Client example without any problems. Regarding Putty, check out this ticket, which proposes a solution that might solve your problem.
Best regards,
Simon