You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
667 B
32 lines
667 B
/*--------------------------------------------------------------
|
|
*
|
|
* FILE: SK_COMM.H
|
|
*
|
|
* PURPOSE: Function prototypes for Serial Keys Comm Routines
|
|
*
|
|
* CREATION: June 1994
|
|
*
|
|
* COPYRIGHT: Black Diamond Software (C) 1994
|
|
*
|
|
* AUTHOR: Ronald Moak
|
|
*
|
|
* $Header: %Z% %F% %H% %T% %I%
|
|
*
|
|
*--------------------------------------------------------------*/
|
|
|
|
// Global Variables ---------------------------------
|
|
|
|
|
|
// Global Function ProtoTypes --------------------------------
|
|
|
|
BOOL InitComm();
|
|
void TerminateComm();
|
|
|
|
void SuspendComm();
|
|
void ResumeComm();
|
|
|
|
BOOL StartComm();
|
|
void StopComm();
|
|
|
|
void SetCommBaud(int Baud);
|
|
|