2013-10-14, 14:57:17
For PIC18F13K50:
TX pin is RB7. It's a digital only i/o, there should be no need for any setup.
RX pin is RB5. It's an analog/digital i/o. At least the following setup is required:
TX pin is RB7. It's a digital only i/o, there should be no need for any setup.
RX pin is RB5. It's an analog/digital i/o. At least the following setup is required:
Code:
bcf ANSELH, ANS11