EC200U - Socket only read function

Hi team,
We are using EC200UCNAA device and SDK version LTE01R03A04_C_SDK_U

We are working on socket_demo.c
I wanted to use the socket connection only for read function → where as, while using the demo, application reads the data only after the write function. We needs to have the socket on continous listening mode and unable to get through. Thank you in advance for your valuable time and guidance.

The socket library used in the module is standard so you should be able to find something that suits your needs online.

Thank you Victor,

I was planning to use POLL(), does QuecOpen has API for the same?

We uses LwIP as the network stack and it seems like it doesn’t have it.
You can check the sockets.h in the SDK to see what’s available.