SAMPLES.TXT Advanced Communication Board Developer's Toolkit 1995 ---------------------------------------------------------------------- ---------------------------------------------------------------------- All sample programs were written using MS C/C++ 7.0 or higher and / or MASM 6.00B or higher. All C language programs were written with compatibility for different compilers in mind. All programs were written to conform with ANSI C. If an example does not compile properly with your compiler, please contact technical support at the numbers listed at the end of the README.TXT file located in the root directory of this disk. If there is a topic that you feel needs to be address with an example program, again, feel free to contact technical support. Your comments are not only welcome, but they are also the only form of feedback that goes into the improvement of this development toolkit. Each sub-directory contains one example program and an ASCII text file titled ABSTRACT.TXT that explains the programs function, limitations, cabling requirements, build dependencies and any other related information. To build most of the C and Assembly language examples, it will be necessary to either copy the files from the \LIBRARY directory to a directory on you hard drive that is pointed to by your INCLUDE and LIB environment variables or create a new directory on you hard drive, and then adjust you INCLUDE and LIB environment variables. The ABSTRACT.TXT file will detail which .OBJ files from the \LIBRARY directory will be used in the example. The following is location and brief description of each example program on this diskette. \SAMPLES\DMA1 C language full duplex Asynchronous DMA loop-back example. \SAMPLES\DMA2 C language full duplex SDLC\HDLC DMA loop-back example. \SAMPLES\DMA3 C language full duplex BISYNC DMA loop-back example. \SAMPLES\DMA4 BASIC language asynchronous half duplex DMA example. \SAMPLES\DMAINT2 C language SDLC\HDLC interrupt driven DMA example. \SAMPLES\INT1 C language interrupt driven Asynchronous terminal example. \SAMPLES\INT2 C language interrupt driven SDLC\HDLC terminal example. \SAMPLES\INT3 C language interrupt driven BISYNC terminal example. \SAMPLES\INTDMA2 C language SDLC\HDLC interrupt driven half duplex DMA example. \SAMPLES\POLLED1 C language Asynchronous terminal program. \SAMPLES\POLLED2 C language SDLC\HDLC terminal program. \SAMPLES\POLLED3 C language BISYNC terminal program. \SAMPLES\POLLED4 BASIC language asynchronous terminal program. \ETC Directory of miscellaneous source code examples.