Re: serial PPP

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: Tucker (Tucker_at_discussions.microsoft.com)
Date: 01/05/05

  • Next message: Eugene Gershnik: "Re: How to determine if IPv6 is installed (using VC++ 6.0)"
    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.
    >
    >
    >


  • Next message: Eugene Gershnik: "Re: How to determine if IPv6 is installed (using VC++ 6.0)"

    Relevant Pages

    • Re: Forms In Access
      ... I would use the wizard, ... and you bind this box to the 2nd column of the combo. ... A 3rd and often suggested solution is to use a dlookup field, ... Edmonton, Alberta Canada ...
      (microsoft.public.access.forms)
    • Dataset with Multiple Datatables
      ... I have a dataset with multiple data tables. ... I need to bind this to a wizard ... not populate all the dataset tables. ...
      (microsoft.public.dotnet.framework.aspnet)
    • Re: Binding a GridView to a custom object
      ... You can bind your instance to the GridView with this code... ... I have a wizard for adding/editing Users. ... Program assignments. ...
      (microsoft.public.dotnet.framework.aspnet)
    • Re: Giving default values to edit boxes when users leave them blank..
      ... Another option is to use wizard and bind a CEdit in your dialog to the one ... in your class using DDX mechanism. ...
      (microsoft.public.vc.mfc)