Path: utzoo!mnetor!uunet!seismo!sundc!pitstop!sun!decwrl!decvax!mandrill!neoucom!wtm From: wtm@neoucom.UUCP (Bill Mayhew) Newsgroups: comp.sys.att Subject: Re: help with trailblazer and unix-pc Message-ID: <1025@neoucom.UUCP> Date: 27 Feb 88 15:54:30 GMT References: <1683@electron.mips.COM> Organization: Northeastern Ohio Universities College of Medicine Lines: 117 Keywords: unix-pc 7300 telebit trailblazer Summary: Here is what works for me Hi, Here is what works for me to control a Trailblazer on my 3b1. I have ver 4.0 firmware now, but the vax I talk to is still using some level 3.x firmware, so I do not get the benefits of data compression, etc that level 4.0 gets you. None the less, I typically get uucp throughputs of 850-950 char/sec on "short" files under 40 Kbytes. With longer files, I get "only" about 550 char/sec. Note, you may want to add a couple of new entries to the attached modemcap file to have an entry that initializes ATs95=0 for 1200 baud connections to computers endowed with non MNP modems (3b1's On Board Modem, for example). Unfortunately, it is the nature of MNP to go brain dead when calling a plain-jane modem without MNP. This is not a bug in the Trailblazer, but rather a bug in MNP. I have seen the same thing happen with MNP on a US Robotics and on a MIcrocom 9624. I have included a couple of DIR entries in the attached L-devices file so that you can use "cu -ltty000 -snnnn" to directly program the Trailblazers S regiesters for those special occasions. Since L-devices is scanned top-down for an available device by uucico and cu, you should probably stick with the ordering in my example. Note to get 300 baud out of the On Board Modem, it seems to need a different name than OBM for that rate- I kind of liked "SOB" for Slow OBm. I didn't want to insult the Trailblazer by making it have a 300 baud modemcap. One thing I haven't implemented in modemcap is to search for return strings like "BUSY" or "NO DIALTONE", and return with an error from dialing. That, as they say, is left as an exercise for the reader. --Bill ----------------------cut for modemcap-------------------------- #sccs "@(#)uucp:modemcap 1.3" # Modemcap file # Add the following lines to the bottom of your current modemcap # # Telebit trailblazer modem # same as hayes, but send a couple of "A"s first to get autobaud right # Name=telebit9600 t9|telebit96|telebit 9600:tr=\r:wp=\r:wk=K:wt=T:\ :ta=AT\r:ph=ATDT:\ :eh=\r:\ :d1#1:d5#5:ti=A:wi=A:\ :d2#30:\ :pl=tid1tid1tiwid1tad1wpwpwkwpphd2wpwpwttr: # # Name=telebit2400 t2|telebit24|telebit 2400:tr=\r:wp=\r:wk=K:wt=T:\ :ta=AT\r:ph=ATDT:\ :tp=ATS50=3\r:\ :eh=\r:\ :d1#1:d5#5:ti=A:wi=A:\ :d2#15:\ :pl=tid1tid1tid1tiwid1tad1wpwpwkwptpwkphd2wpwpwttr: # # Name=telebit1200 t1|telebit12|telebit 1200:tr=\r:wp=\r:wk=K:wt=T:\ :ta=AT\r:ph=ATDT:\ :tp=ATS50=2\r:\ :eh=\r:\ :d1#1:d5#5:ti=A:wi=A:\ :d2#5:\ :pl=tid1tid1tiwid1tad1wpwpwkwptpwkphd2wpwpwttr: ---------------------L-devices-------------------------------- # "@(#)L-devices 5.0" # /usr/lib/uucp/L-devices # This file is manipulated by the ADMIN-KIT commands used to # configure outgoing data ports. The shell program is /usr/bin/Outgo.sh # # There are four fields in each entry: # 1. ACU/DIR : ACU if this is an autodial device, DIR if not # 2. device : the /dev special file the physical device is connected to # 3. 0/MODEMNAME : = zero for DIR lines, otherwise the keyword MODEMNAME # 4. SPEED : speed of device (e.g. 300, 1200, 9600) # # There are no devices initially configured, they must be added with ADMIN-KIT # ACU tty000 t9 9600 ACU tty000 t2 2400 ACU tty000 t1 1200 OBM ph1 UNIXPC 1200 SOB ph1 UNIXPC 300 DIR tty000 0 9600 DIR tty000 0 2400 DIR tty000 0 1200 ----------recommended trailblazer register settings-------------- AT&n E1 F1 M1 Q6 T V1 X1 Version AA3.00-AB3.00 S00=000 S01=000 S02=043 S03=013 S04=010 S05=008 S06=002 S07=060 S08=002 S09=006 S10=007 S11=070 S12=050 S45=255 S47=004 S48=000 S49=000 S50=255 S51=255 S52=002 S53=001 S54=000 S55=000 S56=017 S57=019 S58=003 S59=000 S60=000 S61=010 S62=003 S63=001 S64=000 S65=000 S66=001 S67=000 S68=255 S90=000 S91=000 S92=001 S95=001 S100=000 S101=000 S102=000 S104=000 S110=255 S111=030 S112=001 S121=000 N0: N1: N2: N3: N4: N5: N6: N7: N8: N9: OK -----------------------end of transmission----------------