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

  1. # This file contains parameters which control how we dial up the NIST ACTS
  2. # The dial and hangup commands are the exact character strings we will use
  3. # to make the modem dial and hangup.  You may customize these for your
  4. # modem.  port tells us which serial port to use.  set it to COM1 or COM2
  5. # or COM3 or COM4.  port_address and port_irq specify the hardware i/o
  6. # address, and hardware interrupt number for the serial port.  NORMALLY,
  7. # you should leave these set to zero (which makes the program use the standard
  8. # values).  However, if you have a non-standard serial port, you will need to
  9. # set these.  The address and irq must be specified in hexadecimal.
  10. # maxtime sets the maximum time (seconds) for a phone call.
  11. #
  12. #
  13. port = COM2
  14. port_address = 0
  15. port_irq = 0
  16. baud = 1200
  17. dial = ATM1DT9W13034944774
  18. hangup = ATH0
  19. maxtime = 0
  20.  
  21.