slm_sock: getaddrinfo() error: EAI_SYSTEM with SLM example on Thingy:91

Hi everyone,

I'm currently conducting tests on the SLM application with Thingy 91. I attempted to open a socket using an AT command and subsequently connect to a TCP server running on my local PC. However, I encountered an error:

    

Can you please help me to solve it ? thanks 

Parents
  • Hi,

    Could you provide a full list of AT commands that you used?

    Best regards,
    Dejan

  • hey  

    I'm following the test scenarios of SLM example and here is the list of what I used in serial terminal : 

    AT#XSOCKET=?
    AT#XSOCKET=1,1,0
    AT#XSOCKET?
    AT#XSOCKETOPT=1,20,30
    AT#XCONNECT="192.168.56.1",1234   just this one gives an error.


Reply
  • hey  

    I'm following the test scenarios of SLM example and here is the list of what I used in serial terminal : 

    AT#XSOCKET=?
    AT#XSOCKET=1,1,0
    AT#XSOCKET?
    AT#XSOCKETOPT=1,20,30
    AT#XCONNECT="192.168.56.1",1234   just this one gives an error.


Children