There's many things that can affect your
modem speeds and from the condition of your phone line, to the -S- register
settings in the modem itself. Some of the simplest things can make a difference,
so I'll try to touch on what I feel can help the most.
Problem -- I keep getting disconnected...
We usually see this in situations where a modem has been installed at a later time, or when one is set up incorrectly. There is only one solution to this particular problem, and it is to get the hardware and software set up correctly. Without going into to much detail, we will say that no two pieces of hardware can share the same IRQ (hardware interrupt) at the same time. What I have seen in most cases is that a modem has been installed on Com port 3 or 4, and is using the same interrupt as com port 1 or 2. In DOS, we can sometimes get away with this, since we are not multitasking and don't have Windows messing with things. I cannot say it enough, but EACH PIECE OF HARDWARE MUST HAVE ITS OWN IRQ!!!, to do anything different is asking for trouble, and probably got you in the situation that you are in now! There are a couple of solutions, but I will say up front that configuring hardware is not for the faint of heart, and is sometimes best left to professionals if you are not sure what you are doing. Solution 1... Disable the Com Port on the I/O card or motherboard, probably Com 2, and set up the modem on Com 2. Solution 2... Set the modem for Com
3 and IRQ 2 or 5. This is best if you don't know how to disable the
extra port on the com card, or just don't want to mess with the other things.
Now, with that said, there's a couple of things that you will need to think
about. First, your sound card (if you have one) may already be on
IRQ 5, and we cannot have two cards wanting the same IRQ, so we need to
use a different IRQ.
Problem --My modem won't hang up... There are several things that can cause
this type of behavior.
The following examples are may or may not be specific to the modems that I have here, so you'll want to check your modem manual to be sure. S2 is usually the ascii value for the plus character. This ascii value is 43. If S2 is set to anything higher that 127, the modem will not switch into command mode to hang up. S10 is usually the delay from Lost Carrier to hang up- value. The default for our Supras is 14, and the value is in tenths of a second. So our true value is 1.4 seconds. You might play with this register setting if the previous two suggestions do not have any effect. My connect speed always says 2400, though I have a fast modem... This is because some other piece of software has installed its own comm driver in Windows, instead of Window's default comm driver. Look in your SYSTEM.INI file in the windows directory, and look for a line that says comm.drv= ... If it says anything other than comm.drv=comm.drv, then some program has changed it. If things are working well for you, other than the fact that it's reporting an incorrect speed, then maybe you should leave well enough alone. If you think that this may be causing other problems as well, the comment out the current comm.drv line by putting a semi-colon in front of it and add a line like I have above. Call Waiting... The instant way to get knocked off the system. If you have call waiting, you will probably find that you are getting knocked off line, or that your transfers are getting messed up, or some other funny things are happening. This is basically because when someone tries to call you, call waiting transmits a tone on the line to let you know that you have a call waiting. This tone, click, or whatever, is not understood by the modem and the dialer software that you are using, so it basically freaks out, and tries to re-establish the connection or just gives up. Handling call waiting is usually a simple matter of adding to your dialing prefix or to the number itself. Some dialers allow you to add characters to the dialing prefix, for example, if you had to dial 9 to get an outside line, you would probably have a prefix of “9,” which basically means, dial 9 and pause for a few seconds until we get a dial tone. For call waiting, we would want a prefix of “*70,,” (without the quote characters, of course). This tells the modem to dial a *70 and then pause for a few seconds until we get the dial tone back. For dialers that don't take a prefix (Trumpet Winsock falls into this category), it's as simple as adding the prefix to the number itself. For example, if we normally dial 564-0101, we would change it to be *70,,564-0101 (hint, to make the change in Trumpet Winsock, click on dialer, then click on the 1.setup.cmd at the bottom of the dialer menu). Finally, an explanation of the *70 command. Basically what it does is to disable call waiting for the current call, and when you hang up, call waiting is restored. |