From: Marc Fiebig Area: Protocols To: Bill Drake 19 Jan 92 01:02:10 Subject: Re: Mail downloading UpdReq > EJ> Find a file called OATE_100.ZIP and add > EJ> the ASCII protocol to the > EJ> Protocol.CTL file.......instant Ascii downloads. > > > Thanks Erv - will begin the hunt. Bill, Begin your hunt at your DC's board - it's right here :-) Marc --------------= Brought to you compliments of Plastic Tower =--------------- From: Joshua Lee Area: Protocols To: Ervin Jay 21 Jan 92 00:51:32 Subject: Mail downloading UpdReq In a message of Ervin Jay (1:153/767) writes: EJ> You can fREQ it from me if ya want...... also have OKER_100.ZIP EJ> for seamless Kermit interfacing to MAX.....both work great. If you want the latest version released, I've got OKER_105 here, of course, the latest being 12/87. :-) It definitely interfaces well with Max, I'm also using OATE_100 for an ASCII protocol, by the same author, Vince Perrellio. Installing these was simple, since there's examples for both commented out in protocols.ctl. :-) JBL --------------= Brought to you compliments of Plastic Tower =--------------- From: August Abolins Area: Protocols To: Leo Vildosola 5 Jan 92 01:05:00 Subject: external protocols... UpdReq LV+->- Mpt/Puma v1.10 LV+->- SZmodem v1.41, v1.50, and v1.60 (currently running) LV+->- DSZmodem v ** Latest version, I forget which. LV+->- Bimodem v2.14 LV+->- HyperP v ** Unknown version LV+->- Tmodem v7.00 Leo, I believe that the current version of HyperP that we installed is 1.1e Which protocols needed the BNU fossil temporarily disabled? If the BNU is off, then its Carrier Detect feature is off, then do we run the risk of hanging the system if someone "aborts" or "pulls the plug" during a transfer? PS. I think that we better stop using the |XXX|X|X|X|X|X||XX high ascii characters in this conference. o|XXX|X|X|X|X|X||XX My signature probably contains regular |XAugust AbolinsXX ascii characters. (Must be the dang PCjr eh?) Your signature turned out like this: X LeO X ___ X SLMR 2.1 X You didn't say what you said I said you said ___ X DeLuxe2 1.12 #10137 X ------------------------------ E = mc2 + 3% ----- --------------= Brought to you compliments of Plastic Tower =--------------- From: Tom Keyes Area: Protocols To: Steve Hughes 21 Jan 92 08:23:14 Subject: PROTOCOL.MAX UpdReq In a message on , Steve Hughes (2:251/19@fidonet) writes: SH>Being able to use different max.ctl's is not the problem unfortunately. SH>The problem as I perceive it (yet to be confirmed!) is that however many SH>versions of max.ctl you may have, there is only ever one protocol.max SH>generated. This means that you cannot have multiple versions of SH>protocol.ctl. I require more than one version of protocol.ctl because one SH>of my nodes doesn't have a locked port speed. I had a similar problem, I use a non-standard IRQ on comport 1 (ran out of IRQ's and did not have the money for a digiboard).. Solved the problem in the batch file, here is rdsz.bat Rem echo off Set dszlog=%1 if %2 == 1 goto d1 dsz port %2 speed %3 %4 %5 %6 %7 %8 %9 goto end :d1 dsz port 03f8,5 speed %3 %4 %5 %6 %7 %8 %9 :end Protocal CTL(in this case) sends the port as %2, I could not figure out the statement to change it with online(such as if %2 == 1 then %2 = 03f8,5) so I did a branch. In your case you could check for which port and change add the dos batch coding to correct it. I am really not sure I understand the problem with a floating fossil. Unless the protocal has to run at a locked speed? Both of my fossils are floating and max passes the speed parameter using the %W on exit.. --------------= Brought to you compliments of Plastic Tower =---------------