software uart library for pic

Thread Starter

bug13

Joined Feb 13, 2012
2,002
Hi guys

I am looking for a software uart library for pic, is there one already available for xc8? I will only need TX, for printing out debug message only.

Thanks guys!!
 

ErnieM

Joined Apr 24, 2011
8,377
Dig down into the microchip folders for XC8 and you will find a "docs" folder. In there is the lovely "MPLAB_XC8_Peripheral_Libraries.pdf"

Open it up and it briefly describes (it's a doc-o-matic) all the functions you can gather out of the XC8 libraries.
 
Top