hi ,
I need to store value of some http commands like http+action gives us 0,200,333 that means 200 is network is fine and 333 is read bytes, i need to store value 200 in some variable,how can i do that,thank you
Hi,
You should collect all response data in a serial port and then you can use strtok function to divide the string separated by commas and then copy the token you need into a buffer.
i got it ,do you have sample code sir,how to collect data and all
No buddy, i dont have sample code as of now.