home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.os2.apps
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!ux1.cso.uiuc.edu!news.cso.uiuc.edu!meibm4.cen.uiuc.edu!janovetz
- From: janovetz@meibm4.cen.uiuc.edu (Jacob W Janovetz)
- Subject: Re: TE/2 and SupraFax v.32 bis modem
- References: <halverso.728000607@staff.tc.umn.edu>
- Message-ID: <C1Fonq.GuC@news.cso.uiuc.edu>
- Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
- Organization: University of Illinois at Urbana
- Distribution: na
- Date: Mon, 25 Jan 1993 23:45:25 GMT
- Lines: 128
-
- halverso@staff.tc.umn.edu (Chris Halverson) writes:
-
- >Does anyone know what configuration file to include from modems.zip
- >for a SupraFax v.32bis modem. It's a 14.4 modem. I can dial, and
- >almost connect, but it doesn't recognize the connection and times out.
- >It just sits there in the dialing box until I cancel it. I don't know
- >too much about modems and init strings, etc., so any help would be
- >appreciated. Alternately, if someone's already got this working, could
- >you send me a copy? I'll summarize if needed. Thanks.
- >--
- >Chris Halverson halverso@staff.tc.umn.edu
- >Windows is, at best, a priggish, effeminate interface modeled
- >after the sissified Macintosh operating system interface.
- > -John C. Dvorak
- >
-
- I have TE/2 running excellent under a Supra. Though, because of some sort
- of limitation with OS/2 (I have 2.1b, but it worked under 2.0, too), all the
- baud rates must be set to 19,200. NOT 38.400. 38,400 works fine for text,
- but many bytes get lost in downloads. (for me) Here is my te2.ini file,
- which I wrote, strongly based on the te2.ini included:
-
- ; Device and Modem Settings:
-
- Device COM2
- ModemDelayChar 0x7e,500
-
- ; SupraFAX Modem.Inc file
-
- Baud 19200
- Parity N
- WordLen 8
- StopBits 1
-
- XonXoff BOTH
- CtsRts BOTH
- MatchBaud FALSE
-
- ModemInitStrg ATZ^M
- ModemDialStrg ATDT
- ModemDialSufx ^M
- ModemHangStrg ~~~+++~~~ATH0^M
- DTRHangup TRUE
-
- Connect CARRIER,19200
-
- NoConnect NO_DIALTONE
- NoConnect NO_CARRIER
- NoConnect BUSY
- NoConnect VOICE
- ; ---End of Modem.Inc file for SupraFAX Modem
-
- ModemAnsStrg ATS0=1^M
- ModemOKStrg OK
- ;ExtendedFIFO FALSE ; Use ONLY if necessary, see TE2.DOC
-
-
- ; Terminal Settings:
-
- AlarmPopUp TRUE ; TE/2 will alert you in other sessions
- AlarmTime 2 ; in seconds
- AlarmType CHIME ; or BUZZER, or NONE
- ChatBuffered TRUE
- ColorLock FALSE
- ClsReset TRUE ; Alt-C resets default terminal attribute
- LFafterCR FALSE
- LocalEcho FALSE
- LogoDelay 8 ; in seconds
- MenuActive FALSE
- QueryHangUp FALSE
- ;ScreenLines 25
- ScrollBack 8000
- SwapBS4Del FALSE
-
- ; Emulation Settings
-
- Emulate ANSI_TE2 ; or TTY, ANSI, VT100, or 3101
-
- ; Dialer and Dialing Directory
-
- AutoDirSave TRUE
- DialerSendInit FALSE
- DialerTimeOut 45
- RedialDelay 2
-
- ; Transfer Protocols
-
- AsciiUL 0x3a,CR,TRUE,0,0,FALSE,TRUE,0,6000
- AutoZM TRUE
- DownloadPath c:\bbsfiles\download
- ;UploadPath NULL
- ;DLPrtyClass FIXEDHIGH,0
- ;ULPrtyClass FIXEDHIGH,0
- ClobberDL SALVAGE
- ;QueryZMRecover FALSE ; Not used in the shareware version
-
- ; Color Attributes
-
- TermAttr 0x0f
- MenuNormAttr 0x03
- MenuHiAttr 0x0e
- LogoAttr 0x1f
- DLogNormAttr 0x20
- DLogHiAttr 0x2f
- DLogDaAttr 0x28
- DLogEdAttr 0x02
- DLogEdHiAttr 0x70
- shadowAttr 0x08
- dialNormAttr 0x03
- dialHiAttr 0x0e
- ErrorAttr 0x4f
- ScrlBackAttr 0x03
- ScrlBackMkAttr 0x13
- ScrlBackTiAttr 0x30
- ScrlBackFdAttr 0x4f
- ChatAttr 0x0b
- ChatRemoteAttr 0x03
- ChatTitleAttr 0x30
- cmdPromptAttr 0x0e
- cmdInputAttr 0x1f
- cmdInputHiAttr 0x4f
-
- There ya have it... Good luck. Let me know if you need anything else
- or the above ini file doesn't work for you...
-
- --
- Hi, this is Jake's .signature file
-
-