home *** CD-ROM | disk | FTP | other *** search
- From dunc@decc.demon.co.uk Thu May 18 18:42:51 1995
- Received: from punt.demon.co.uk by midwife.demon.co.uk with SMTP
- id AA3007 for alan ; Thu, 18 May 95 17:42:44 GMT
- Received: from punt.demon.co.uk via puntmail for alan@midwife.demon.co.uk;
- Thu, 18 May 95 12:33:32 GMT
- Received: from decc.demon.co.uk by punt.demon.co.uk id aa04685;
- 18 May 95 13:31 GMT-60:00
- To: alan@midwife.demon.co.uk
- From: Duncan Ferguson <Dunc@decc.demon.co.uk>
- Subject: Slipdial modem driver: courier 28k8
- Reply-To: Dunc@queeg.demon.co.uk
- References: <19950515.232620.76@quagmire.demon.co.uk> <19950516.004233.44@monoi.demon.co.uk> <19950517.192758.41@midwife.midwife.demon.co.uk>
- In-Reply-To: <19950517.192758.41@midwife.midwife.demon.co.uk>
- Date: Thu, 18 May 1995 12:27:23 GMT
- Message-ID: <19950518.122723.99@decc.demon.co.uk>
- Organization: Dudley Education Computer Centre
- X-Mailer: Archimedes TTFN Version 0.36
-
- Here is the courier one i said i would get through to you. I have been using
- it at work with no problems for a short while now, so i guess its ok...
-
- I have put a slightly updated suprafax on the bottom as well (just a contact
- address has been added)
-
- All the best,
-
- Duncs.
- -----------------
- # Courier 28800 Modem Script File
- # ===============================
- #
- # Note - this script needs at least SlipDial v0.34d
- # =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-
- literal;set $init "ATZ ATE1 ATB0F1L2M1Q0V1X6 AT&A3&B1&C1&D2&G2&H1&I0&K3 AT&L0&M4&N0&P1&R2&S0 ATS7=18S9=2S19=20"
- set $busy "BUSY"
- set $conn "CONNECT"
- set $nocarr "NO CARRIER"
- set $nodial "NO DIAL TONE"
-
- # =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
- #
- # key to modem init string
- # Z - reset modem
- # E1 - command echo enabled
- # B1 - handshake options (HST mode; bell answer tone)
- # F1 - Local echo off (full duplex)
- # L2 - Speaker medium volume
- # M1 - Speaker on until carrier established
- # Q0 - result codes displayed
- # V1 - reult codes verbal
- # X6 - result code options (all result codes returned)
-
- # &A3 - ARQ result codes (display protocl results)
- # &B1 - DTE/DCE rate (modem to computer serial port rate) fixed
- # &C1 - Normal CD operations
- # &D2 - Normal DTR operations
- # &G2 - UK guard tone
- # &H1 - Enable Hardware (CTS) flow control
- # &I0 - Disable Software (XON/XOFF) flow control
- # &K3 - Data compression V.42bis only
- # &L0 - Normal phone line type (not leased line)
- # &M4 - ARQ or (if not possible) Normal (no error correction) mode
- # &N0 - Connection rate is variable
- # &P1 - Pulse dial make/break for UK
- # &R2 - Pass data on RTS high
- # &S0 - DSR override (DSR always on)
-
- # S7 = 9 - time to wait for data carrier (seconds) (ie phone isnt answered)
- # S9 = 2 - time (in 1/10 of a second) before recognising CARRIER from
- # remote modem
- # S19 = 20 - inactivity timer set (set to 20 minutes)
-
- # S54 = 56 ? - suggestion for sportster modems - not needed?
- # S39 = 5 ? - suggestion for sportster modems - not needed?
-
- #
- # =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
- # Revision history
- #
- # v0.01 (20th April 1995)
- # - Wrote initial version of driver
- # - increased carrier detect time (works differently to suprafax modems)
-
- # v0.02 (12th May 1995)
- # - commented file up
- # - checked over configuration string to look for obvious mistakes
-
- # Contact:
- # ========
- #
- # Author of script file (to contact with any problem to _attempt_ to solve
- # Duncan Ferguson ->dunc@queeg.demon.co.uk
-
- =========================
- # SupraFax 14400 Modem Script File
- # ================================
- #
- # Note - this script needs at least SlipDial v0.34d - an error will be
- # generated on passing the \N3 and \T15 commands since they are not
- # filtered correctly on 0.34d
- # =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-
- literal;set $init "ATZ ATE1 ATM1L2N1Q0V1W1X4 AT&C1&D2&K3&Q5&R0 AT%C1%E1 ATS7=9S11=55S37=11S48=0S95=47 AT\N3\T15"
- set $busy "BUSY"
- set $conn "CONNECT"
- set $nocarr "NO CARRIER"
- set $nodial "NO DIALTONE"
-
- # =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
- #
- # key to modem init string
- # Z - reset modem
- # E1 - command echo ENABLED
- # L2 - speaker volume MEDIUM
- # M1 - Speaker ON UNTIL CARRIER RECEIVED
- # N1 - connect at HIGEST POSSIBLE SPEED
- # Q0 - result codes ENABLED
- # V1 - result codes VERBOSE
- # W1 - error correction call progress REPORTED
- # X4 - Wait for dial tone before dialling & report NO DIALTONE and BUSY
- #
- # &C1 - DCD ON indicates carrier from remote modem
- # &D2 - disconnect;return to command state upon DTR ON-TO-OFF transition
- # &K3 - enable bi-directional flow control
- # &Q5 - error correction asynchronous flow control
- # &R0 - CTS responds to RTS
- #
- # %C1 - data compression ENABLED
- # %E1 - auto retrain ENABLED
- #
- # S7 = 9 - time to wait for data carrier (seconds) (ie phone isnt answered)
- # S11 = 55 - tone dial spacing and duration
- # S37 = 11 - desired DCE line speed (14,400bps)
- # S48 = 0 - V.42 negotiation DISABLED (Demon recommended)
- # S95 = 47 - enable all result codes
- #
- # \N3 - operating mode AUTO-RELIABLE
- # \T15 - inactivity timer set (set to 15 minutes)
- #
- # =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
- # Revision history
- #
- # v0.02 (date unknown - cant remember ;o)
- # - changed $nodial to correct text
- # - rewrote initialisation string in line with Demons reccomendations
- # - included timeout on no carrier detected so redialed when
- # remote modem doesnt answer after 9 seconds
- #
- # v0.03 (22nd April 1995)
- # - included modeminactivity timer at 15 minutes as extra security
- # - enabled all result messages on connection
- # - enabled re-negotiation of link incase phone line gets picked up
- # at home end
- # - included literal command to pass through % and \ properly
- # - split up commands into relative sections
- # - moved '\' commands last since they are not being passed properly
- # - fixed bug whereby a redial causes modem to be reset, losing configuration
- # - moved sequence of strings about so speaker volume is set correctly
- # - moved echo enable command to initialisation start so all lines are
- # echo'd properly
-
- # Contact:
- # ========
- #
- # Author of script file (to contact with any problem to _attempt_ to solve
- # Duncan Ferguson ->dunc@queeg.demon.co.uk
-
-
-
- --
- Duncan Ferguson,
- Systems Support Engineer,
- Saltwells EDC,
- Netherton,
- Dudley, DY2 9LY
-
- All opinions are my own, and not of the LEA's (thank <insert diety here>!!)
-
- ... "Bother", said Pooh, as the pin fell out the grenade
-
-
-
-