This function initializes the serial port driver.
HANDLE COM_Open( HANDLE pContext, DWORD AccessCode,
DWORD ShareMode );
Returns a handle representing the serial port.
The user calls this function to open the serial device. The HANDLE returned must be used by the application in all subsequent calls to the serial driver. This function starts the thread that handles the serial events. This function is exported to applications through CreateFile, and it is defined in the Mdd.c file.