Using a K8055 to measure voltage?

How would i set up the board so that I could have a hscrollbar that has a slider that moves in real time in relation to the voltage connected to analog channel one

thanks

Here is a code snippet how to do it in Visual Basic 2008:

Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick VScrollBar1.Value = ReadAnalogChannel(1) End Sub

i have that code,still dosent work is there any settings i have to change and were do i connect voltage and ground? :slight_smile:

Do you get any reading when running the original demo software (.EXE) from the CD or with any other downloaded from here: velleman.eu/distributor/supp … code=K8055
[color=#000080]Software DLL (Rev 3.0.2)
supports Windows Vista, VC++ version and execuatable examples
Software DLL Rev 2
older DLL with examples and source code (source can also be used with DLL rev 3)[/color]

Connect the voltage between the analog input and GND.