home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 July / CHIP797.ISO / workshop / doc / modwsh20.exe / TESTING.TXT < prev    next >
Encoding:
Text File  |  1995-01-03  |  3.7 KB  |  71 lines

  1.  
  2.           T E S T I N G   Y O U R   M O D E M
  3.           
  4.           After you hook up your modem, you will want to test it to
  5.           make sure you are connected to the correct COM port. Make
  6.           sure you have all the cables hooked up. One of the most
  7.           common mistakes is plugging the phone line into the wrong
  8.           jack on the modem. Read the modem instructions carefully.
  9.           If you do have it plugged into the wrong jack, you can
  10.           easily correct the situation by trying the other jack. If
  11.           you have an external modem, make sure you turn your modem
  12.           on. An internal modem is powered by your PC's power
  13.           supply. This means that when you turn on your computer,
  14.           an internal modem will automatically be powered on.
  15.  
  16.           The following test will make your modem howl. External
  17.           modems can be particularly loud (depending on how the
  18.           volume is set). If a loved-one is sleeping nearby, you may
  19.           wish to wait for a more appropriate time. The next two
  20.           commands should be issued in either lower or upper case
  21.           letters. Do not mix upper and lower case letters when issuing
  22.           one of these commands. Suppose you believe that your modem is
  23.           using COM4. With all the power on, issue the following command
  24.           at the DOS prompt:
  25.           
  26.                                 echo ata > com4 <ENTER>
  27.           
  28.           If your modem is connected to COM4, you should hear a
  29.           dial tone. If you are testing for another COM port, make
  30.           the appropriate change in the command (i.e. COM2, COM3,
  31.           etc.). Some external modems will squeal like a stuck pig
  32.           when you issue the above command. To turn the shrieking
  33.           noise off, issue a command like the following:
  34.           
  35.                                 echo ath > com4 <ENTER>
  36.           
  37.           These commands make use of the basic AT Hayes command
  38.           set, which has been adopted by modem manufacturers as the
  39.           industry standard. A modem that is Hayes compatible can
  40.           use this basic Hayes command set. Don't buy a modem if it
  41.           isn't Hayes compatible. The command letters AT wake up
  42.           the modem and initialize it.  
  43.           
  44.           The first command used ATA, which told the modem to
  45.           answer an incoming call. The second command contained
  46.           ATH, which tells the modem to hang up the phone. 
  47.           
  48.           If you have an external modem and don't like the concept
  49.           of having your modem howl, you can issue a command that
  50.           will only make your modem lights flash. Suppose you have
  51.           an external modem and the baby is asleep. You turn your
  52.           machine and modem on. Make sure all the cables are
  53.           connected. You suspect that the modem is connected to
  54.           COM2. Then issue the following command at the DOS prompt:
  55.           
  56.                                 echo at > com2 <ENTER>
  57.           
  58.           Before you press the <ENTER> key, look at the modem
  59.           lights. If the external modem is connected to COM2, then
  60.           the lights will flash when you issue the above command.
  61.           This offers a test to see if the external modem is
  62.           connected to the COM port that you think it is. If the
  63.           modem lights didn't flash, try changing the command to
  64.           reflect other COM ports (COM1, COM3, COM4). The AT means
  65.           ATTENTION modem.
  66.           
  67.           For more information about the basic AT Hayes command
  68.           set, and more modem tests, see the section on AT command
  69.           set usage.
  70.           =========================================================
  71.