-->
Page 1 of 2

Problem with arduino plus esp8266, "no tail" response

PostPosted: Wed May 08, 2019 8:13 am
by Fabian Pedrosa
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.

Re: Problem with arduino plus esp8266, "no tail" response

PostPosted: Thu May 09, 2019 4:41 pm
by schufti
boardsearch ....

use correct delimiter cr/lf

Re: Problem with arduino plus esp8266, "no tail" response

PostPosted: Fri May 10, 2019 6:43 am
by Fabian Pedrosa
Thanx for your answer. But... The datasheets say nothing of CR LF ending. It only says that if you send more bytes than expected the module will answer "busy". Even more, it says NO CR.
Still not clear what "no tail" means...

Re: Problem with arduino plus esp8266, "no tail" response

PostPosted: Fri May 10, 2019 7:00 am
by schufti
but but but, since you are to reluctant (stupid?) to use board search as suggested:
viewtopic.php?f=160&t=19677&p=82135#p82071