Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top