jmsawchuk
Canada
Asked
— Edited
is the VB implementation as "complete" as the C# implementation? For instance, the following is a line in C#: _ezb.ADC.GetADCValue(ADC.ADCEnum.ADC_0);. I can not find a VB equivalent, all I find for VB is: EZ_B.ADC.ADCPortEnum EZ_B.ADC.Equals and EZ_B.ADC.ReferenceEquals
How do I get the ADC value?
jms
as a followup, is there a way to read the DLL so I can see all the methods in VB?
jms
The following code extends the VB example within the SDK Download. I added a button (named btnGetADC) and a Label (named lblADCVal).
When the button is pressed, the value of the ADC0 will be displayed in the lblADCVal