HANDLE U2C_OpenDevice( BYTE nDevice );
The U2C_OpenDevice() function opens the U2C-12 device.
Parameters:
Returns:
If function succeeds, the return value is a valid handle to the specified device. If function fails, the return value is INVALID_HANDLE_VALUE. This can happen if the specified device is not present.