home *** CD-ROM | disk | FTP | other *** search
- # This file contains parameters which control how we dial up the NIST ACTS
- # The dial and hangup commands are the exact character strings we will use
- # to make the modem dial and hangup. You may customize these for your
- # modem. port tells us which serial port to use. set it to COM1 or COM2
- # or COM3 or COM4. port_address and port_irq specify the hardware i/o
- # address, and hardware interrupt number for the serial port. NORMALLY,
- # you should leave these set to zero (which makes the program use the standard
- # values). However, if you have a non-standard serial port, you will need to
- # set these. The address and irq must be specified in hexadecimal.
- # maxtime sets the maximum time (seconds) for a phone call.
- #
- #
- port = COM1
- port_address = 0
- port_irq = 0
- baud = 1200
- dial = ATDT1-303-494-4774
- hangup = ATH
- maxtime = 0
-