DAC2_AutoInit


Initialize and reset the DAC-2 controller. This will scan through all the available com ports and search for the DAC-2. If it finds it then it opens the com port, initializes settings, and resets the display.

BOOL WINAPI DAC2_AutoInit();

Parameters

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

Remarks
This function scans all available com ports for the DAC-2. If it finds it then the function returns TRUE otherwise it returns FALSE.

Example
Initialize the DAC-2 library

//Initialize the DAC-2 Library

DAC2_AutoInit();