PM
Here are a couple things to check. First, have you tried just using the example program you wrote yours from? This would get rid of any extra overhead your program is causing, though it may not make any difference. Also, the spec you mentioned is for 8-bit operations though your program has GroupSize set to 2, which indicates you are doing 16-bit operations. If you only want to do 8-bit, change the GroupSize to 1. Do you have another PCMCIA card in the computer? If so, try your program with it out. Also, if you are using an older version of NI-DAQ, pre 6.9.1, I would suggest upgrading to the newest versions as there has been some optimization. (The newest one is 6.9.2) Try to adjust the buffer size as well as a larger buffer size sometimes helps decrease
the amount of -10803 errors.
Brian