The information in this directory is useful in ACDI development activities. The ACDICXMT and ACDICRCV sample programs use the ACDI API to echo a screen image line-by-line from one workstation to another over an asynchronous line. In this sample code directory are the necessary files for ACDICXMT and ACDICRCV programs: - C files: ACDIXMT.C is the sample transmit program. It uses the following ACDI verbs: * COMOPEN * COMDEFOUTPUTBUFF * COMDEFINPUT * COMSETBITRATE * COMSETLINECTRL * COMCONNECT * COMSETTIMEOUTS * COMWRITECHARSTRING * COMFLUSHOUTPUT * COMSENDBREAK * COMDISCONNECT * COMCLOSE ACDICRCV.C is the sample receive program. It uses the following ACDI verbs: * COMOPEN * COMDEFOUTPUTBUFF * COMDEFINPUT * COMSETBITRATE * COMSETLINECTRL * COMCONNECT * COMSETTIMEOUTS * COMREADEVENT * COMREADCHARSTRING * COMDISCONNECT * COMCLOSE - Other files: * Make files: *.MAK