[En-Nut-Discussion] PPP - Nut-os4.6.6 - atmega128.

Harald Kipp harald.kipp at egnite.de
Tue Dec 2 15:55:47 CET 2008



Paulo Silva(OpenSoftware) wrote:
> Open uart...done
> Connecting...done
> Configure PPP...failed
> 
> The only changes I did, was a change in the define for DBGCOM as follow:
> #define DBGCOM      "uart1"
> I am using uart0 for debug.

The remote station may require a specific feature not available with 
Nut/OS PPP. You need to enable PPP tracing. Add

HWDEF+=-DNUTDEBUG

to app/UserConf.mk _and_ bld/UserConf.mk, replacing app and bld with the 
directory names you configured for the build and sample tree.

In general, this is a non-trivial problem, because initial PPP 
handshaking is complex and greatly differs among access providers.

Harald






More information about the En-Nut-Discussion mailing list