Dear Colleagues, I am working in a project using a HCS08 uController connected via UART to the ESP8266. On the HCS08 uC I write my code in C language and communicate to the ESP8266 via AT commands. All the basic WiFi and data send/receive using TCP is working fine.
Now I want to use ubidots, open a TCP connection and send 60 hexadecimal bytes every 10 minutes (for example).
Please, can anyone give some hints on how to do that?
I see a lot of topics here mentioning about Arduino, HTTP, sending one byte each time, etc… But could not find how to send an array of more bytes using TCP with AT commands.
Thanks in advanced.