Search found 2 matches

by Budius
Wed Jul 04, 2012 1:29 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Continuous Read from ADC-24
Replies: 1
Views: 4494

Continuous Read from ADC-24

I can perfectly read 1 value Continuously from my ADC-24 on VB.NET but some reason I'm not getting the right code to read 3 channels. My simplified code is as follows (the full code checks for return value of each function) ' HRDLGetValues is declared like this Declare Function HRDLGetValues Lib "Pi...
by Budius
Wed Jul 04, 2012 11:45 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: ADC-24 on .NET
Replies: 3
Views: 6745

ADC-24 on .NET

Hi, I just got my brand new ADC-24 and I'm trying to make it work on VB.NET and having a few issues. All library declarations are done (copied from the VB6 examples) on the header and I can successfully connect to the device (Open returns handler = 1). I'll be using it for a constant (live-data) mea...