ESP8266 Developer Zone The Official ESP8266 Forum 2016-03-02T22:03:43+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=148 2016-03-02T22:03:43+08:00 2016-03-02T22:03:43+08:00 https://bbs.espressif.com:443/viewtopic.php?t=148&p=5935#p5935 <![CDATA[Re: AT+PPP new command request]]>
Do you had archived anything in this way?

Just to share, in a hight level architecture, i'm looking a way to change an existent Ethernet solution (FRDM-K64F) to Wi-Fi, without changing already socket-based implementation.

Statistics: Posted by luisfer.rigoni — Wed Mar 02, 2016 10:03 pm


]]>
2015-01-22T05:13:00+08:00 2015-01-22T05:13:00+08:00 https://bbs.espressif.com:443/viewtopic.php?t=148&p=533#p533 <![CDATA[AT+PPP new command request]]> lwIP should be setup to forward /route packets between PPP <->WiFi .
One would expect to first set appropriate UART baud rate, handshaking etc. prior to issuing AT+PPP.
An optional parameter to specify a different serial port (UART2?) might be useful later, but not something i need now;
- if this is specified to be a different UART than the one used by AT command interface, then obviously the latter should stay available.

This would be a very elegant and simple solution to allow my product design to use ESP8266, as it has a large complex codebase currently using socket network interface on lwIP natively, so using AT+ commands in place of sockets is not a practical solution at this time.

I'm certain many others would also find this a very useful feature!

Thanks!
Frantz

Statistics: Posted by frob — Thu Jan 22, 2015 5:13 am


]]>