I did monitor it with a DMM and could see the voltage going from 0vdc to 4.82vdc
I also tried this program for all ADC inputs (I have a 4x20 LCD)
1st Scan 1 FN_#1
---------||--------------------------------{dCusF}
Clk 0.5s 2 FN_#2
---------||--------------------------------{dCusF}
FN_#1
setLCD 1,1," Watch Dog 100"
setLCD 2,1,"Deviation :"
setLCD 3,1,"Amperage :"
setLCD 4,1,"Temperature:"
FN_#2
setLCD 1,15,CHR$(ADC(1))
setLCD 2,15,CHR$(ADC(2))
setLCD 3,15,CHR$(ADC(3))
setLCD 4,15,CHR$(ADC(4))
All I got on the screen is
4092
4092
4092
4092
I tried to ground all without result and tried the pot on all and nothing. It is very bizare. Is there a chip on the board that has just the ADC? Or is the ADC in the main CPU?
-Samson