Can anybody tell me what does the "no tail" response mean?
It comes from an ESP8266 serially connected to an Arduino after I do the following:
AT+CIPSTART=4,"UDP", "192.168.4.2", 8080, 1112, 0
it answers 4 CONNECT OK
and then
AT+CIPSEND=4,5
to send a short string of 5 characters
And here appears the "no tail" response...
Google gives me no meaningful results about this.
Any help will be very much appreciated.
Thanx in advance
F.