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, I must add that it's seems to be many sample applications including our own, it's not just the AT sample.I'm using putty to connect to our device.
I would be grateful if you would confirm that you are seeing the same thing please.
Simon, I must add that it's seems to be many sample applications including our own, it's not just the AT sample.I'm using putty to connect to our device.
I would be grateful if you would confirm that you are seeing the same thing please.
I tested the AT Client sample with NCS v1.2.0 and Putty, but like you, I was not able to input commands. However, I followed the steps under AT Client → Building and running, which used the LTE Link Monitor, and was able to send commands and run the sample successfully.
Could you check if you are able to send commands through the LTE Link Monitor?
Do you want me to look into the issues regarding Putty?
Best regards,
Simon
Thank you so much for your assistance Simon. That works.