Hi,
     You've basicly got two choices here. The first is to write enough 
of a PPP parser to actually understand the PPP frames and wrap/unwrap 
them as they arrive. The second (and arguably cleaner) approach would 
be to configure the network settings to use SLIP instead of PPP.

     SLIP is a very simple protocol, it's essentially raw IP frames 
sent down a serial connection.

        Cheers,
        Bruce.

At 05:23 +0000 6/20/00, Craig Allan Jeffree wrote:
>Hello,
>     I'm trying to write a modem virtual driver for the Palm Vx with v3.5
>
>OS.  The problem, however, is that I want the TCP/IP packets to be
>passed to the driver so that I can transmit them over the network in
>Mobitex packets.  But the Palm only sends me PPP packets - I can't
>figure out a way to stop it from trying to do PPP links.  Does anyone
>know what to do in this case - do I have to specify some sort of
>capability in the drivers entry point function, or will it always try to
>
>establish a PPP connection???
>
>Thanks for your help
>
>Craig
>dotWAP
>
>
>--
>For information on using the Palm Developer Forums, or to unsubscribe, please
>see http://www.palmos.com/dev/tech/support/forums/

-- 
------------------------------------------------------------------------------
Bruce Thompson          | "Pinkie! Are you pondering what I'm pondering?"
Software Engineer       | "I think so Brain, but if they called them Sad
Partner Engineering     |  Meals kids wouldn't buy them!"
Palm, Inc.

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to