Next noob question-
I'm trying to write to a terminal running on a pc.
I've never done this before, always just used 4x20 LCD.
Currently I'm experimenting with either 16F18324 or 16F18426.
Just because I am currently using all the other pins, I want RX on RC5 and TX on RA2.
When I tried to use the pps tool to get the mappings, RX was no problem, but TX does not appear.
Searching the documentation, I see TX as an output with no default pin.
Is TX the same as CK for purposes of using the pps tool?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Next noob question-
I'm trying to write to a terminal running on a pc.
I've never done this before, always just used 4x20 LCD.
Currently I'm experimenting with either 16F18324 or 16F18426.
Just because I am currently using all the other pins, I want RX on RC5 and TX on RA2.
When I tried to use the pps tool to get the mappings, RX was no problem, but TX does not appear.
Searching the documentation, I see TX as an output with no default pin.
Is TX the same as CK for purposes of using the pps tool?
Yeah, CK works. I just had tx and rx crossed and the baud rate wrong :(
Always check the demos.....
You can find TX in the "PPS Outputs" field.
Duh. I don't know why I didn't see PPS Outputs. Too late at night I guess. Thanks.