lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] hayes commands popping up in ppp stream


From: Sergio R. Caprile
Subject: Re: [lwip-users] hayes commands popping up in ppp stream
Date: Fri, 14 Nov 2014 10:06:00 -0300
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

My view:
Since PPP expects a serial transparent interface, and you are not
providing that, I would write a "tap" which provides that to PPP and
"taps" all other data out.

GSM modem ----> real serial --> my module -----> PPP virtual serial

                                    -----------> tracking virtual serial

Some GSM modems provide a packetization interface to clearly separate
muxed channels on the same serial interface. If yours does not, you'll
have to work harder.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]