Software UART for PIC

Status
Not open for further replies.

BD

Member level 1
Joined
Oct 14, 2004
Messages
38
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
321
software uart pic

Hi,
Im not very good at C, but need to bit bash 0x55 at baud 19200 out of RC5 on my PIC 16F876, My USART is already being used so i can not use that.
Does any one know where i can get a sample C file to do this task for me.
I am not sure of the code required.
Thanks
 

Hi!

The most famous and simple C Compiler for PIC microcontroller are CCS.
This c compiler offers some libraries and functions (ANSI and NOT ANSI) for access some microcontroller peripherals. In Your case, You need a simple serial, then You can use #rs232 pre-processor directive and put bytes inside/outside of "world".

For more information about this compiler, visit the site:
www.ccsinfo.com
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…