Search found 243 matches
- Fri Sep 04, 2009 5:43 am
- Forum: SUB-20 General Discussion
- Topic: DLL translation library
- Replies: 2
- Views: 46898
DLL translation library
Here are the steps to setup SUB-20 as a replacement for obsolete U2C-12 boards 1) Install latest SUB-20 software package (see http://www.xdimax.net/forum/viewtopic.php?f=2&t=3) 2) Update the SUB-20 firmware to the latest one(http://www.xdimax.net/forum/viewtopic.php?f=2&t=31#p69 ) 3) Verify that eve...
- Mon Aug 31, 2009 6:19 pm
- Forum: SUB-20 General Discussion
- Topic: VB Form to read ADC results
- Replies: 3
- Views: 21046
Re: VB Form to read ADC results
The A/D resolution is 10bit. Precision is +-2 lsb. For 3.3V reference it will be +-6.4mV
- Sat Aug 29, 2009 12:46 pm
- Forum: SUB-20 General Discussion
- Topic: VB Form to read ADC results
- Replies: 3
- Views: 21046
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...