-->
Page 23 of 27

Re: Source code changes and samples for new AT+ commands

PostPosted: Fri Nov 28, 2014 2:32 pm
by saper_2
Hi,

+CIPDISCONNECT is when browser (or any client) closes connection. You should call CIPCLOSE after getting CIPDISCONNECT from ESP - at least I think that order should be.
But at this moment, there is a bug in releasing connection-contex resources and this causes to wdt_reset, check few post ealier, I had written about this too. When I call CIPCLOSE=connection-contex-id and after that, client connect again and send data to ESP next thing that happens is wdt_reset ...

Re: Source code changes and samples for new AT+ commands

PostPosted: Tue Dec 02, 2014 3:55 pm
by saper_2
Hello,

I finished compilling atproto command set into spreadsheet (Excel/Calc) , I published it on google drive:
https://drive.google.com/folderview?id=0BySjzBz--msUT3M3TngtR2stN1U&usp=sharing
If you have comments...

Re: Source code changes and samples for new AT+ commands

PostPosted: Wed Dec 03, 2014 12:21 pm
by p_k
Hello saper_2.
I reviewed the description and think it is convenient and useful manual. Thank you very much for your effort.
I have a question - do you have some information about removing bug with occupy/release of the contexts described in previous posts.

Re: Source code changes and samples for new AT+ commands

PostPosted: Wed Dec 03, 2014 12:22 pm
by p_k
Hello saper_2.
I reviewed the description and think it is convenient and useful manual. Thank you very much for your effort.
I have a question - do you have some information about removing bug with occupy/release of the contexts described in previous posts.