home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / btron11.zip / NBSCOM2.INI < prev    next >
Text File  |  1996-04-08  |  856b  |  21 lines

  1. # This file contains parameters which control how we dial up the NIST
  2. # ACTS.  The "dial" and "hangup" commands are the exact character
  3. # strings we will use to make the modem dial and hangup.  You may
  4. # customize these for your modem.  "port" tells us the name of the
  5. # serial device.  Set it to COM1, COM2, ... COMn.  "port_address" and
  6. # "port_irq" are not applicable to the OS/2 version of the program.  The
  7. # OS/2 version does provide for a modem setup string that can be
  8. # executed before the dialing string, and allows you to override the
  9. # environment time zone setting from within the program.  The DOS
  10. # version did not support "setup =" or "tz =".  "maxtime" sets the
  11. # maximum time (seconds) for a phone call.
  12. #
  13. port = COM2
  14. setup = ATE0V1X4
  15. baud = 1200
  16. dial = ATDP1-303-494-4774
  17. hangup = ATH0E1
  18. maxtime = 120
  19. tz = EST5EDT
  20.  
  21.