bonsai-rx/daqmx

Add support for buffered digital output

glopesdev opened this issue · 0 comments

Similar to the AnalogOutput sink, several DAQmx boards support buffered digital output which would be useful to enable for precise digital pulse generation.

These variants use DigitalMultiChannelWriter to write multiple port lines with each sample, but we should look into the option where an array of values can also be sent to set the state of multiple arbitrary lines.