On November 20th 2007, I was testing current release of Real-Time Library in WG Electronics in Warsaw. I had a problem with establishing connection PPP between ARM7 LPC2468 microcontroller (client ppp) and PC with Windows XP (host ppp). I was trying some settings combination but results were the same.
Received debug messages: PPP: Initialize PPP interface PPP: Initialize PPP-LCP PPP: Initialize PPP-PAP PPP: Initialize PPP-IPCP PPP: Dialing number: PPP: Username: 'Go..', Password: 'test1234' PPP: Sending LCP Configuration request PPP: Sending PPP frame PPP: Frame len: 26 PPP: Sending LCP Configuration request PPP: Sending PPP frame PPP: Frame len: 26 PPP: Sending LCP Configuration request PPP: Sending PPP frame PPP: Frame len: 26 PPP: Sending PPP-LCP Terminate request PPP: Sending PPP frame PPP: Frame len: 10 PPP: *** Processing PPP frame *** PPP: Frame len: 58 bytes PPP: Protocol: C021 PPP: *** Processing PPP-LCP frame *** PPP: LCP Config Request received PPP: Rejecting Unsupported Config Options PPP: Sending PPP frame PPP: Frame len: 44 PPP: *** Processing PPP frame *** PPP: Frame len: 8 bytes PPP: Protocol: C021 PPP: *** Processing PPP-LCP frame *** PPP: LCP Terminate Acknowledge Received
Thanks for any advice.
Pavelko
Well, if it isn't specifically documented, you'll have to either contact Keil support, or work it out - eg, by looking at the source code, and/or adding extra debug info to that log to say which option(s) it's rejecting...
That's debugging!
I fully agree with you but I don't possess source code and even library now. I mentioned that I was testing library in WG because I was interesting to buy it but I discovered that it's not working.