Thanks for the replies!
Even though it may not be the best solution this should work, right? (I'm just experimenting/learning)
Are my registers set correctly? Is logical Pin 1 --> physical Pin 12 on the 16F688?
Thanks for the replies!
Even though it may not be the best solution this should work, right? (I'm just experimenting/learning)
Are my registers set correctly? Is logical Pin 1 --> physical Pin 12 on the 16F688?
I'm not a PIN number fan/ser, i'll prefer to use the Pin Name instead
OR using a aliasCode:SEROUT PORTB.0,N2400,["Hertz: ",#W1,13,10]
You can find an explanation on pin number in section 4.11 of the manual.Code:SerialOutput VAR PORTB.0 ' ' ' ' ' SEROUT SerialOutput,N2400,["Hertz: ",#W1,13,10]
HTH
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks