Path: utzoo!attcan!uunet!midway!oddjob!rfl From: rfl@oddjob.uchicago.edu (Bob Loewenstein) Newsgroups: comp.sys.mac.programmer Subject: Re: RAM serial driver and event handling Message-ID: <1990Sep20.143626.23475@midway.uchicago.edu> Date: 20 Sep 90 14:36:26 GMT Sender: news@midway.uchicago.edu (News Administrator) Reply-To: rfl@oddjob.UChicago.EDU () Organization: U of Chicago - Astronomy & Astrophysics Lines: 9 > As a further note, when opening the serial driver, it is best to check to see > if the driver is already open before opening - this prevents one application > from "stealing" the serial driver from another under MultiFinder. How do you mean "steal"? If my application checks to see if the driver is already open, what happens if my application changes the baud rate? Or what happens if someone clicks to another application in MultiFinder that uses the port at another baudrate? How does an application handle things like this?