View Single Post
  #9   Report Post  
Old January 30th 06, 10:25 PM posted to rec.radio.amateur.homebrew
xpyttl
 
Posts: n/a
Default OM3CPH frequency counter doesn't work?

OK, I finally got the Mag code (that website was amazingly slow a little
earlier), and see that it is practically the same code, with the addition of
the IF offset. *BUT* here is the kicker

125,126c132,133
R_W equ 0 ; LCD Read/Write control line RA0
RS equ 1 ; LCD Register-Select control line RA1
---
R_W equ 1 ; LCD Read/Write control line RA1
RS equ 0 ; LCD Register-Select control line RA0


...



"JJ" wrote in message
...
I made a error in my post.
The program that is working is the LCD4DIEC.asm and not LCD4CNTR.asm.

Now that's a real puzzle.

JJ