DaqAIn

I really need some help with this. I am running the following command:

[d,p] = DaqAInScan(device,options)

.... and voila, I'm able to receive the data. Of course, DaqAInScan
ties up Matlab until you're done, hence DaqAInScanBegin, Continue & End.

So, I call these functions using the same exact device and options
structure...

options.channel=5
options.range=1
options.count=1000
options.f=1000

... but when I finally call the End function I just get:

WARNING: received 10 post-deadline reports from device 6.
WARNING: received 10 post-deadline reports from device 5.
WARNING: received 10 post-deadline reports from device 4.
Nothing received.

This happens with or without any calls to the Continue function.

Any suggestions? What am I doing wrong here?

P.S. the device is the USB-1208FS