Re: serial PPP
From: Tucker (Tucker_at_discussions.microsoft.com)
Date: 01/05/05
- Previous message: Steve Alpert: "SSH Sample?"
- In reply to: Arkady Frenkel: "Re: serial PPP"
- Next in thread: Eugene Gershnik: "Re: serial PPP"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 5 Jan 2005 09:55:05 -0800
OK - maybe I should crawl before trying to walk...
bind doesn’t work because it knows nothing about the IP I have assigned to
the COM1. If I use INADDR_ANY, then the socket appears to know nothing about
any PPP request on COM1. If there some connection made between the PPP layer
and the socket layer that I am totally missing?
"Arkady Frenkel" wrote:
> modem connected to port use ndiswan driver to wrap TCP stream into PPP . The
> documented way of changing IP on fly in this case IIRC is WMI's methods.
> Arkady
>
> "Tucker" <Tucker@discussions.microsoft.com> wrote in message
> news:057E9763-2F3E-4FC0-820A-7E888595EDDE@microsoft.com...
> > While I am sure this is obviously documented somewhere, I cannot find it.
> >
> > I need to build a serial link between two systems. The systems will be
> > connected with a serial crossover cable and must run at 38.4. The line
> will
> > establish using PPP, and then coordinate the TCP/IP.
> > One system, which is beyond my control, has defined what is supported;
> i.e.
> > baud rates, flow control and data definitions. The other system is the
> one
> > that I am building. It will be acting as a “server” to grant the
> connection
> > and handle the subsequent data level.
> >
> > If I use a socket to connet to the IP assigned to COM1 (thru the network
> > wizard) I don't see a method to modify the com port parameters without
> going
> > back to the wizard. Right now I can't get past the bind.
> >
> > If I use the RAS functions, I see no method to handle the TCP/IP layers.
> I
> > am not sure that RAS is the direction I want to take anyway.
> >
> > I am missing the obvious.
>
>
>
- Previous message: Steve Alpert: "SSH Sample?"
- In reply to: Arkady Frenkel: "Re: serial PPP"
- Next in thread: Eugene Gershnik: "Re: serial PPP"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|