Problem with arduino plus esp8266, "no tail" response
Posted: Wed May 08, 2019 8:13 am
Hi!
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.
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.