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.

3 Pic micros communication

Status
Not open for further replies.

212853

Newbie level 6
Newbie level 6
Joined
Jan 6, 2004
Messages
13
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Visit site
Activity points
119
Hi, does anybody know what is the best way for 3 Pic micros to communicate with each other. I have a 16F877 and 2* 16F870 and I want them to communicate. The 877 is probibly the master and the 870's pobibly the slaves. If you sugest I2C, does you kown where I can get I2C routines for the master and the salve?
 

Hmm..why people never have a look at the website they using the microcontroller from? (o;

Microchip has a lot of applications for inter-communication:

hxxp://www.microchip.com/1010/suppdoc/appnote/func/commun/i2c/


But you can also use a simpler version of it...even with only 1 line like the old ADB protocol from Apple...(they also used PIC as ADB controller, long time ago when they we're called GE and not Microchip ;o).


Or have a look at Dallas 1-wire protocol....
 

You can find i2c application in C at wvw.microchipc.com or at CCS compiler.
You can use also 9bit serial communications.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top