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

Serial LTE Modem in master branch

I see that a Serial LTE Modem sample application is in progress in the master branch...

I tried master in the commit: a955d411

Once on that commit I did update (west update) and loaded the project as it is (no change in any configuration) then rebuild solution, after successful build and tried to debug, it says that zephyr/merged.hex is out of date and ask to build it, which I did and the build is successful, but later it cant load it.

is there any commit in which this sample application can be used or tried?, if not, is there any time frame on when this can be expected to be done?

Any input on this is appreciated.

Parents Reply Children
  • Great, I did manage to get TCP connection and test getting some data...

    however whenever I requested data and there was none the error and the socket gets closed... is that the intended behavior?

    AT#XTCPRECV=100,1
    
    
    
    
    #XSOCKET: -60
    
    
    
    
    ERROR
    
    
    
    
    
    
    %CESQ: 55,2,22,3
    
    
    
    
    
    
    [00:59:00.676,025] 
    
    
    [1;33m<wrn> tcpip: recv() error: -60
    
    
    [0m
    
    
    
    
    AT#XTCPRECV=100,1
    
    
    
    
    ERROR
    
    
    
    
    
    
    [00:59:10.362,640] 
    
    
    [1;31m<err> tcpip: TCP not connected yet
    
    
    [0m
    
    
    %CESQ: 55,2,16,2
    
    
    
    
    
    

Related