I looked at the sample code in "Buffered Pattern Output VI" and thought this might be the way to go. I will use the internal clock on the board and set it to 20 MHz. Each time there is a clock transition from LO to HI, I need to output a new "1" or "o". For example, a pattern of 19 bits I would need to output is :
1010101011001110100, and this on the same channel over 19 clock transitions. I am not sure if this code is a good place to start. I do not understand how the port list or Output info is to be controlled, i.e. where I should output my pattern and how to
tell the device say, port "0", DIOA0. I think it should be easy to do this, but I am still very unfamiliar with Labview.