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
  • Yes, you should add a modem driver to your project. It might be a Std_Modem.c which is a driver for a Standard hayes compatible modem. You can take it as a template and modify it for your own modem, if it is not hayes compatible.

    Take a look to the HTTP_Demo example for MCB2140 evaluation board. This example is configured to run as PPP server with a null-modem driver. Windows PC can connect using the direct-cable connection modem.

    It might run also on LPC2468, because the UART peripheral is the same on both devices.

    Franc

Reply
  • Yes, you should add a modem driver to your project. It might be a Std_Modem.c which is a driver for a Standard hayes compatible modem. You can take it as a template and modify it for your own modem, if it is not hayes compatible.

    Take a look to the HTTP_Demo example for MCB2140 evaluation board. This example is configured to run as PPP server with a null-modem driver. Windows PC can connect using the direct-cable connection modem.

    It might run also on LPC2468, because the UART peripheral is the same on both devices.

    Franc

Children
More questions in this forum