home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / dialm66.zip / READ.ME < prev    next >
Text File  |  1991-04-13  |  1KB  |  34 lines

  1. DIALM will sometimes tell you you have no modem connected when you really do.
  2. This is a problem with the way BASIC opens the COMM port.  It is looking for
  3. the DSR (data set ready) handshake line to go TRUE.  If you have this problem
  4. look in your modem manual for a switch that changes the way the DSR line is
  5. set up and try changing it.  Newer modems do not have toggle switches - the
  6. change is made by sending a command to the modem.  But since DIALM thinks you
  7. don't have a modem you have to send the command before you execute DIALM.
  8. There are 2 ways to do this, by using a terminal program that is able to
  9. communicate with your modem, or directly from the DOS prompt.  
  10.  
  11. Using a terminal program that is communicating with your modem, type:
  12.  
  13. AT&S0 [CR]
  14. AT&W [CR]
  15.  
  16. where [CR] means press the RETURN or ENTER button.
  17.  
  18. The AT&S0 sets up the DSR line and the AT&W stores the info into non-volatile
  19. memory if your modem is so equipped.  This means you will not have to do this
  20. again unless your modem is re-programed by some other command at a later time.
  21.  
  22.  
  23. Or at the DOS prompt type:
  24.  
  25. ECHO AT&S0>COM1: [CR]
  26. ECHO AT&W>COM1: [CR]
  27.  
  28. If your modem is connected to the COM2 port substitute COM2: for COM1:.
  29.  
  30. I have included a batch file DIAL.BAT which should accomplish the above and
  31. then execute DIALM.  (You may have to edit it to change the port number).
  32.  
  33. rlw
  34.