Hi I have been following the examples of setting a specific port to either inout or output using the DAQmxCreateDIChan() or DAQmxCreateDOChan() calls. What I now want to do, is switch betwen inout to output mode and back again.
DAQmxCreateDOChan()
DAQmxWriteDigitalLines()
// do something
//switch to input
DAQmxReadDigitalU32()
// switch back to output
I can't seem to find any calls or discussions on this.
rjmiller