ESP8266 Developer Zone The Official ESP8266 Forum 2015-05-26T10:25:25+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=478 2015-05-26T10:25:25+08:00 2015-05-26T10:25:25+08:00 https://bbs.espressif.com:443/viewtopic.php?t=478&p=1858#p1858 <![CDATA[Re: [WTF] how to develop user AT function?]]>
Sorry for the inconvenience.

Espressif AT commands provide 5 network transmissions , ID 0 ~ 4

If you want to add your own AT commands , create TCP connection and send TCP data, you need to define your own espconn pointer.

Here is a demo about TCP connection http://bbs.espressif.com/viewtopic.php?f=21&t=232

Statistics: Posted by ESP_Faye — Tue May 26, 2015 10:25 am


]]>
2015-05-22T14:29:59+08:00 2015-05-22T14:29:59+08:00 https://bbs.espressif.com:443/viewtopic.php?t=478&p=1829#p1829 <![CDATA[[WTF] how to develop user AT function?]]> and started to see how to add user AT command.
It's really simple, just call at_cmd_array_register.
BUT!
How do I get a connected TCP client's ESPCONN pointer?
WTF!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

I can't find any API to get this pointer.
I almost CAN NOT do anything meaningful without ESPCONN pointer.
all AT commands related to send and receive data need that pointer.
Please KEEP open source your AT commands
so that we can add our own function in it.

Statistics: Posted by Guest — Fri May 22, 2015 2:29 pm


]]>