CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: Multiple Modems

  1. #1
    Join Date
    Apr 1999
    Posts
    3

    Multiple Modems

    Has anyone seen the program Midpoint Teamer? (www.midcore.com) It allows you to use multiple modems at once, as long as you have multiple ISP's and multiple phone lines. I didn't think that this was possible under Win 95/98. How do they do this?


  2. #2
    Join Date
    Jun 1999
    Location
    San Diego, CA
    Posts
    600

    Re: Multiple Modems

    It is perfectly possible to use multiple modems
    spontaneously in Win XX. There is no magic.
    It just works by design. Certainly you have
    to configure each modem so they do not have
    any hardware conflict with each other.


  3. #3
    Join Date
    Apr 1999
    Posts
    3

    Re: Multiple Modems

    Ha, perhaps I was mis-interpreted...
    What I really want to know is how to use 2 modems programatically. In other words, does someone has ideas/source code for a program that dials out on two modems to two seperate internet accounts, and then allows you to download/upload data on both modems at the same time.



  4. #4
    Join Date
    May 1999
    Posts
    68

    Re: Multiple Modems

    Hi,

    Another issue here is the default gateway of your tcp/ip protocol. Windows systems (normally) can't deal with multiple gateways and if your are using multiple ISP you need to have these multiple gateways ?

    The same goes for Multilink on ISDN, you cannot multilink to two ISP's at a time.

    Maybe i'm missing something but i'm very intrested in the sollution here !

    -- Ron


  5. #5
    Join Date
    Apr 1999
    Posts
    3

    Re: Multiple Modems

    Hmmm, as far as feasibility goes... I orginally started thinking about this when I went to Midpoint software's web site. (http://www.midpoint.com/connteam.htm) It seems as though it can be done, using multiple ISP's and multiple modems. I tried guessing how they did it, but I'm not that smart. I'm hoping someone out there is...


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured