If so, why does it call Align_DMA_Buffer?? In the help documentation it says that Align_DMA_Buffer is only for the AT-DIO-32F device and digital I/O pattern generation, whereas this is supposed to be an example for a 653x device and regular handshaking. And that's another thing... why in the example does it say "Start the double-buffered pattern generation input" in the comments, when this isn't even a pattern generation example, but rather a simple dubble buffered handshaking example. Basically, I'm working with Visual C++ and trying to implement continuous digital data logging using double buffering and burst mode handshaking, but I'm not sure how to go about it. Any suggest
ions??? Please Help...