Reading data from Socket Client
Hi,
I am using the IDW04A1 with an STM F401RE MCU. On my program I want to be able to read data from a socket client, so I can essentially tell my MCU to run certain tasks over Wi-Fi.
The problem is, all the Socket Read API just return the status of the module (Success or fail, etc).
When the Socket Read function is run, it does print out the message the client sends it on the terminal, but I can't find a way to actually save that data in a variable somewhere so the MCU can decide what to do when it receives that message.
Thanks,
Damien
