Record Display for the EPA National Library Catalog

RECORD NUMBER: 13 OF 133

Main Title C programmer's guide to serial communications /
Author Campbell, Joe,
Publisher Howard W. Sams & Company,
Year Published 1987
OCLC Number 15636191
ISBN 0672225840; 9780672225840
Subjects C (Computer program language) ; Digital communications ; C--Programmiersprache
Holdings
Library Call Number Additional Info Location Last
Modified
Checkout
Status
EKBM  QA76.73.C15C36 1987 Research Triangle Park Library/RTP, NC 08/31/2011
Edition 1st ed.
Collation xii, 655 pages : illustrations ; 25 cm
Notes
Includes bibliographical references (pages 643-645), and indexes.
Contents Notes
I. Basics ; ASCII -- Fundamentals of asynchronous technology -- Errors and error detection -- Information transfer -- Modems and modem control -- The UART : a conceptual model -- Real-world hardware : two UARTs -- The Hayes smartmodem -- II. Asynchronous programming in C ; Designing a basic serial I/O library -- Portability concerns -- Timing functions -- Functions for Baud rate and data format -- RS-232 control -- Miscellaneous UART functions -- Formatted output -- Formatted input -- Smartmodem programming -- XMODEM file transfers -- CRC calculations -- Interrupts -- III. Appendixes ; A. Console I/O -- Incidental functions -- The PC DOS assembly-language interface -- #include files -- Listing of IBMPC.C -- Listing of KAYPRO.C -- Listing of TERM6. Communications will play a central role in the computer applications of the next decade. The core of these applications is asynchronous serial communication. This book includes both theoretical and practical discussions of this topic, allowing programmers and technically advanced users to build their own C programming library of functions for serial communications.