Quote Originally Posted by mat janssen
When I read the datasheet of the 16F88 then I see other configurations than you filled in at adcon0 and adcon1.
You say:
ADCON0 = %11100001 ' Configure and turn on A/D Module
I read for this:
do nothing with adcon0
You say:
ADCON1 = %00000010 ' Set PORTA analog and RIGHT justify result
I read for this:
adcon1 = %10000000 'only right justify and nothing about set port a.
I read this
ADCON0.0=1 ' A/D converter module is operating