COM driver WaitCommEvent

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Rally (ralliart_at_hotmail.com)
Date: 02/02/04


Date: Mon, 02 Feb 2004 19:30:59 GMT


Hi,

I am writing a serial port driver for a CE device and I would like it to
work with WaitCommEvent function, what are the functions I need to implement
besides the following?

COMDLL_API BOOL COM_Close
COMDLL_API BOOL COM_Deinit
COMDLL_API DWORD COM_Init
COMDLL_API BOOL COM_IOControl
COMDLL_API DWORD COM_Open
COMDLL_API void COM_PowerDown
COMDLL_API void COM_PowerUp
COMDLL_API DWORD COM_Read
COMDLL_API DWORD COM_Seek
COMDLL_API DWORD COM_Write

Thanks!



Relevant Pages