RE: interfacing more than 2 PICs
Chen Xiao Fan <[email protected]>
| Newsgroups | gmane.comp.hardware.microcontrollers.gnupic |
|---|---|
| Message-ID | <3B8AEFFADD3DD4118F8100508BACEC2C0A2891EA@spex> |
Hi Manos, I think I2C and SPI are both okay if both PICs have them. You can also implemented your own customized protocol using 2/3 port pins on each side. A simple shift register will also make it if the requirement is not high. What is your application? Regards, Xiaofan -----Original Message----- From: Manwlis Giannos Sent: Wednesday, September 14, 2005 2:44 AM To: [email protected] Subject: [gnupic] interfacing more than 2 PICs Hello to all. I want to interface more than 2 PIC micros. How can achieve that? Is the SPI the best solution? Thank you... Manos