Hey all,

I am trying to get a couple of quad encoders to work in Picbasic
pro. I know the basics of how they work and simple programing
abilities. Here is what I have:

Qty 2 quad encoders with 36 slots each
Pic 16F628-20p
parallel lcd

I want to be able to return a value of 1-36 from each encoder so I
know the exact position of each.

The code I wrote is very simple using if then statements and reading
the ports to see if it is high or low. It kinda works but only if
the encoder is turned extremly slow and even then I get glitching.

From the information I have been able to find, it looks as if I need
to do it in assembly but like I said before, I only know simple
Basic programing.

Can anyone help??

Thanks,
Smitty