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.

Serial PIC-to-PIC communication

Status
Not open for further replies.

nina_s

Newbie level 2
Joined
Jul 21, 2010
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,294
Not really a new topic, but here goes...

I am a beginner tasked with making a master PIC communicate with up to 3 slave PICs over a single wire using MPLAB assembly. USART/RS232 is ok, but am also open to bit-banging methods. Any pointers on where to begin, including websites with code samples and textbook listings, will be greatly appreciated.

Thanks to all who answer--NS
 

you can google it and you will see lots of examples.
 

Thanks for replying!

LOTS of information is on the web...some of it useful, some of it not, some of it incorrect or incomplete.

Would anyone care to offer specific sites that they have found helpful?

Regards--NS
 

it is so simple that anyone of them will do it.

i would suggest that you start with a set of routines that communicate between the master to one slave. then you figure out a way to avoid transmission conflict (your own protocol essentially) and then try it on a 1-N set up.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top