Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uunet!samsung!sdd.hp.com!uakari.primate.wisc.edu!zaphod.mps.ohio-state.edu!usc!apple!kazim From: kazim@Apple.COM (Alex Kazim) Newsgroups: comp.sys.mac.programmer Subject: Re: Using serial ports Summary: Once more unto the breach dear friends Message-ID: <40843@apple.Apple.COM> Date: 9 May 90 18:13:56 GMT References: <1990May9.172145.1096@fog.ann-arbor.mi.us> Organization: Apple Computer Inc, Cupertino, CA Lines: 26 In article <1990May9.172145.1096@fog.ann-arbor.mi.us> brian@fog.ann-arbor.mi.us (Brian S. Schang) writes: >I read carefully, and what technotes are applicable? And finally, what is the >Communications Manager, and do I have to/should I worry about that? ^^^^^^^^^^^^^^^^^^^^^^ AAARGGGGHHHHHHHH!!!!!! Okay, once more with feeling, Communications Toolbox. Connection Manager. Communications Manager is an evil creation of that other computer company. What the Connection Manager does is to abstract the application from the low level stuff. Underneath the manager, sits connection tools that handle the low level stuff for you. How it works: The app makes a call to read or write data. The manager relays this to the current tool, which takes care of talking to an associated driver. The choice of the tool is left up to the app, and in some instances, the user. The big win is that the same code will work regardless of whether you're using a Serial Connection tool, an ADSP connection tool, or the newly announced Telepathic Conn tool. ========================================================================== Alex Kazim, Apple Computer CommToolbox dude. ==========================================================================