DAC2_Init


Initialize and reset the DAC-2 controller. This will open the com port, initialize settings, and reset the display.

BOOL WINAPI DAC2_Init(
    LPCTSTR szPort
);

Parameters

szPort

The com port that the DAC-2 is connected to.

Return value
If successful, TRUE is returned, else FALSE is returned. Use DAC2_ErrorGetCode to get the error code.