Search found 1 match

by victor.barna
Fri Jan 11, 2008 7:19 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: C# adc-11/12 need help, fast.
Replies: 2
Views: 6422

C# adc-11/12 need help, fast.

hi,i'm writing a program in C# using interop and the adc1132.dll: port = 101; product = 111; long opened=0; opened= adc11_open_unit(port, product); if (opened!=0) { adc11_set_trigger(1, 1, 1000, 10, 0, 512, 0); adc11_set_interval(1000000, 100, channels, 2); adc11_run(100, 0); adc11_get_times_and_val...