Search found 241 matches

by xol
Sat Aug 29, 2009 12:46 pm
Forum: SUB-20 General Discussion
Topic: VB Form to read ADC results
Replies: 3
Views: 9732

VB Form to read ADC results

Below code is a VB sample to read 8 ADC channels with ADC_Read Public Class Form1 ' Read all the 8 ADC channels 3 times i.e 8*3=24 Private Const SamplesToRead As Integer = 24 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim dev As New Su...