This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

PPP setup

I'm attempting to get PPP working. I have a socketmodem connected to an LPC2468 on uart 1. have the serial driver working.

Do I need to include Std_Modem.c in my project?

Where do I make changes to support my particular modem?

I'm not finding this obvious.

Dave

Parents
  • Point taken, not this time though :-)

    I should also mention that I am running RTX with round robin task switching, and there is also an ethernet interface.

    I tried calling modem_dial() directly, and without even calling PPP_connect() it starts to try to send IPCP frames!

    What triggers the PPP daemon to start the link negotiation?

    Dave

Reply
  • Point taken, not this time though :-)

    I should also mention that I am running RTX with round robin task switching, and there is also an ethernet interface.

    I tried calling modem_dial() directly, and without even calling PPP_connect() it starts to try to send IPCP frames!

    What triggers the PPP daemon to start the link negotiation?

    Dave

Children