|
Computer Programming Software Terms, Glossary and Dictionary
ACDI: Asynchronous Communications Device Interface
Asynchronous Communications Device Interface (ACDI) is a software device that permits asynchronous transmission, a way of transmitting data in which one character is sent at a time, and there may be uneven amounts of time between characters.A start bit and a stop bit notify the receiving computer when the transmission begins and ends.In synchronous transmission, strings of multiple characters are transmitted; this method is faster, but more expensive..
|