08-18-2006 06:59 PM
08-21-2006 05:59 PM
08-21-2006 06:49 PM
08-21-2006 06:56 PM
Private
Sub AnalogInCallback(ByVal ar As IAsyncResult) 'Read the available data from the channelsdata = analogInReader.EndReadMultiSample(ar)
The data drops here. I have tried to copy the data to another array and then starting the read again, same problem.analogInReader.BeginReadMultiSample(Convert.ToInt32(samplesPerChannelNumeric.Value), analogCallback,
Nothing) End If End Sub 'AnalogInCallback08-22-2006 06:23 PM