If you use SERIN/SEROUT or SERIN2/SEROUT2 any pin configures for I/O will work for serial comms.
If you use SERIN/SEROUT or SERIN2/SEROUT2 any pin configures for I/O will work for serial comms.
Dave
Always wear safety glasses while programming.
Thanks for the info Dave...
Does this apply to I2C communications as well?
If so, how does one assign I2C and Serial TX/RX functions to specific pins on the 16F84 using Microcode Studio?
thanks
Alex
PBP has I2CREAD and I2CWRITE commands built in. Look in the manual on how to set one up.
But the answer to your question is
Code:I2CREAD PORT?.?, the rest of the statement SERIN PORT?.?, the rest of the statement
Dave
Always wear safety glasses while programming.
Bookmarks