Re: [lwip-users] Advise on PPPoS implementation

2017-10-26 Thread goldsi...@gmx.de
Raivis wrote: 3. ST implementation of LwIP is faulty. I'm using LwIP version which comes with CubeMX. I've noticed it is version 2.0.0 instead of 2.0.3. I don't think it is. Comparing it to our original 2.0.0 sources, they seem to have changed only compiler warnings this time. ST *eth

Re: [lwip-users] Advise on PPPoS implementation

2017-10-26 Thread Raivis
Hi, No, the connection is not even established with the remote server. In the debugger I see, that netconn API definitely invokes the PPP interface, and goes into my serial write function, but no connection is established whatsoever. Note I tested whether the server works via telnet. Another

Re: [lwip-users] Advise on PPPoS implementation

2017-10-26 Thread Sylvain Rochet
Hi, On Wed, Oct 25, 2017 at 09:27:12PM +0100, Raivis wrote: > > In any case here is my log up to the point, where it starts to re-transmit > the TCP packet over and over again: Looks like PPP is working properly here. Do you actually receive those TCP packets on the remote side ? Sylvain