bonsai-rx / daqmx

Bonsai Library for interfacing with NI-DAQmx devices
https://bonsai-rx.org/daqmx
Other
1 stars 4 forks source link

Add support for buffered 32-bit digital output ports #11

Closed glopesdev closed 1 year ago

glopesdev commented 1 year ago

The current interface for the DigitalOutput operator assumes ports are 8-bit, but some DAQ boards support 16-bit or even 32-bit ports. Different overloads should be provided to allow transmitting all available array types, and to allow converting data using the right array type for the input Mat buffer.