home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 419.img / DOSMODEM.ZIP / README.DOC < prev    next >
Text File  |  1986-10-28  |  2KB  |  52 lines

  1.        --------------------------------------------
  2.                         DOSMODEM
  3.        --------------------------------------------
  4.  
  5.       Donavon Kuhn                     Jon Niedfeldt
  6.       4518 Beau Monde Drive #202       1595 Waldorth Ct
  7.       Lisle, IL  60532                 Wheaton, IL  60187
  8.       ID0007 (Gene Plantz's BBS)
  9.        --------------------------------------------
  10. You may use these programs for whatever purpose you like.
  11. Distribute them freely and include them with other packages.
  12.  
  13. I'm not even going to lower myself by asking for donations
  14. like some other people do.
  15.        --------------------------------------------
  16.  
  17.  
  18. o DTR allows you to raise and lower DTR on any of the active
  19.   communications ports.  Use the form:
  20.  
  21.      DTR [COM1:|COM2:|COM3:|COM4:] ON|OFF
  22.  
  23.   The default is COM1:.  DTR must be active for your modem
  24.   to accept commands.
  25.  
  26. o AT allows you to send commands to your Smartmodem.  Make
  27.   sure to set the baud rate on the serial port selected
  28.   with the DOS command MODE.  The default settings for each
  29.   communications port are 2400,N,8,1.  Use the form:
  30.  
  31.      AT [COM1:|COM2:|COM3:|COM4:] command string
  32.  
  33.   The default is COM1:.  Ex:  'AT Z' will cause the modem
  34.   to reset.  Also note you will not see the 'OK' response
  35.   from the modem.
  36.  
  37. o The following batch file will cause the modem attached to
  38.   COM1: to reset.
  39.  
  40.      DTR ON
  41.      AT Z
  42.      DTR OFF
  43.  
  44. o The following batch file will call Sportsline here in Chicago
  45.   (so you can check up on the Cubbies).
  46.  
  47.      DTR ON
  48.      AT DT9761313;
  49.  
  50.   Later the command: 'AT H0' will hang up the phone.
  51.  
  52.