Hi, I have a question about the ADC SDK:
I've been able to successfully read analog inputs using HRDLGetSingleValue. In addition to this, I need to be able to set some digital lines as outputs and some as inputs and then read digital inputs in single-shot (nonbuffered) mode.
I've been able to set digital outputs using HRDLSetDigitalIOChannel, but I cannot figure out what API call to use for non-buffered (!) reading of digital inputs. Is there a way to do it?
Thanks!