Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!ncar!gatech!udel!rochester!pt.cs.cmu.edu!o.gp.cs.cmu.edu!andrew.cmu.edu!mk2s+ From: mk2s+@andrew.cmu.edu (Michael-Makihiko John Kato) Newsgroups: comp.sys.mac.programmer Subject: Re: millisec timing Message-ID: <0brva7G00VQj85nno9@andrew.cmu.edu> Date: 14 Mar 91 17:57:27 GMT References: <1991Mar13.201544.14943@psych.toronto.edu> Organization: Class of '90, Carnegie Mellon, Pittsburgh, PA Lines: 11 In-Reply-To: <1991Mar13.201544.14943@psych.toronto.edu> Millisecond timing is possible, but don't forget ADB only gets polled every (11 or 14)ms. I can't remember the actual numbers but it is a lot more than a millisecond. In implementing Mac MEL (from PST) we basically had the same problem. If you really need accuracy then you should read from a response box hangging off the serial port or the SCSI port. I hope this helps. ....maki.... mk2s@andrew.cmu.edu