I have a NI6229 M series DAQ. I have to use the digital ports available in NI6229; 8 lines to be used as data bus, 3 as address selection lines. In order to use this way, i need to send digital data (say 10001000) across lines P0.0 to P0.7(data bus) at one shot. I am unable to send the data to these lines with one task handle. Is there a way to configure the lines in the above mode and send the data at one shot?
Currently I have created task handle for each line (P0.0, P0.1 etc) and sending this digital data one by one on to each line.
Regards,
Rajesh.