Quote Originally Posted by flotulopex
Any other idea?
You say in your first post that you are using 16F88

Try adding the line....

ANSEL = %00000000 ' Disable Analogue Inputs

..to disable the analogue inputs which are on by default.

Regards