Quote Originally Posted by Ioannis View Post
For the Rotary Encoder have a look at this approach.

I wanted to do it also with interrupts, but I got interrupted many times!

http://www.picbasic.co.uk/forum/cont...er#new_comment

Ioannis
Now that's more my speed!
Simple but elegant. And all I would need to do is change the "if portb.1=0 then" to "if porta.2=1 then" , etc. right?