How do I configure the NI-6534 to send and receive on an internal clock? I am currently trying (without success) this way:
// Initialize the board
iStatus = Init_DA_Brds(iDevice, &iBoardType);
// Configure input group
iStatus = DIG_Grp_Config(1, 1, 2, 0, 0);
// Configure input Pattern Generation properties
iStatus = DIG_Block_PG_Config(1,1, 2, 0, -3, 2, 0);
// Configure output group
iStatus = DIG_Grp_Config(1, 2, 2, 2, 1);
// Configure output Pattern Generation properties
iStatus = DIG_Block_PG_Config(1,2, 2, 0, -3, 2, 0);