COMM-DRV/Lib: CdrvClearAbort() Returns COMM-DRV/Lib to non-abort state

Description-

Clears the abort state set with CdrvAbort().

Syntax-

CdrvClearAbort(Port);

On Entry-

int Port;

Port previously opened with InitializePort() or OpenComPort().

On Exit-

None

See Also-

CdrvAbort()

Example-

#include <comm.h>

int Port;
unsigned long Value;

CdrvClearAbort(Port);