Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!lll-winken!uunet!cs.dal.ca!trent From: trent@cs.dal.ca (Trent MacDougall) Newsgroups: comp.sys.att Subject: Re: 19200 for 3b1 cu Message-ID: <3277@cs.dal.ca> Date: 18 May 89 17:02:03 GMT Distribution: na Organization: Math, Stats & CS, Dalhousie University, Halifax, NS, Canada Lines: 56 I must apologize for my error in my previous posting about this topic. The logic in the original 3.51 cu starts off by checking 600 bps, if your request is equal to 600 it braches to an appropriate place. If that fails, it checks to see if your request is greater than 600 and branches otherwise it falls thru for request less than 600. Well, since I replaced 600 with 19200 you can see the problem that was created. Anyways I got deeper into learning adb and rewrote the logic for accepting baudrates. I tested this fully with my orignal 3.51 cu, and it works great. #-----------------------C U T H E R E---------------------------- : # # Convert 3b1 cu to allow 19200 connections # # P. Trent MacDougall | trent@tmpor.UUCP # # This is done by rewriting the machine code logic. # The old allowed speeds were: # 110, 134, 150, 300, 600, 1200, 2400, 4800, 9600 # The new allowed speeds are: # 150, 300, 600, 1200, 2400, 4800, 9600, 19200 # # I have only tested this on an original 3.51 distribution cu. mv /usr/bin/cu /usr/bin/cu.ORIG cp /usr/bin/cu.ORIG /usr/bin/cu adb -w /usr/bin/cu <