I don't want to use HTTP because it will have too much overhead on my client side but UDP is overkill.
Also I've seen references to serial1 in some examples. I'm sending my Arduino sketches directly to a ESP8266 breakout (not to a ESP8266 connected to a Uno for example).
Does the second serial connection refer to an internal connection to ESP8266 inner workings or is it more to do with sending serial data to a socket?
Thanks in advance for any help.
G