Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.


PATH 
Documentation > Mac OS 8 and 9 > Networking and Communications> Communications Toolbox


Control Manager

The Communications Toolbox is a collection of system software technologies that provide your application with basic networking and communications services. For example, you can use the Communications Toolbox to communicate with modems and other telecommunications devices.


  Related Links
  SDK

Technotes

Sample Code



    Inside Macintosh Documents
Inside the Macintosh Communications Toolbox
Inside the Macintosh Communications Toolbox (ISBN 0-201-57775-5) describes the Communications Toolbox in detail. It is currently available only in PDF.
Chapters in this document describe the following parts of the Communications Toolbox:
  • The Communications Resource Manager maintains a database of communications resources. Your program typically uses the Communications Resource Manager to obtain the list of serial ports for a computer.
  • The Communications Toolbox Utilities allow you to present a standard dialog box, similar to the Chooser, for selecting a Name Binding Protocol (NBP) entity.
  • The Connection Manager maintains a database of connection tools that allow your program to create and configure a transport-independent connection. The Connection Manager is most commonly used for accessing modems.
  • The File Transfer Manager maintains a database of file transfer tools that allow your program to transfer files independently of the actual file transfer protocol. Typically, you would use the File Transfer Manager to access file transfer tools for protocols such as XMODEM and Kermit.
  • The Terminal Manager maintains a database of terminal emulation tools that allow your program to create terminal emulation windows that are independent of the actual terminal type.