Oct 16, 2020 at 8:17pm
I want to send
{state:success,value:i} // i is a float, take values from some function
like the JSON template format over TCP server socket, if I don't use the JSON library can I create and send JSON template in string or char array?
Last edited on Oct 16, 2020 at 8:17pm
Oct 17, 2020 at 1:18pm
@helios thank you for replying to my question