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.

C code for a 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
Hi,
Since C programming is not my thing,I need C code for a software uart for my pic to transmit data.
Any examples...
 

Re: Software UART

http://forum.microchip.com/tm.asp?m=94514

This page contains a very simplistic software UAR(T) (for data reception) with C code for the CSS compiler. It may be a starting point for you.

Keep in mind that a good, interrupt driven full-duplex software UART is much more complex.
 

Re: Software UART

... in some cases (depending your application) it's better to use a HW UART like MAX3100 from maxim

//a
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top