Moving DATA from one PIC to another.

Thread Starter

camerart

Joined Feb 25, 2013
3,830
Hi,
I/we have been trying to get DATA from an 18F4431 PIC SLAVE to an 18F4620 PIC MASTER using Oshonsoft SPI, but haven't succeeded.

Is there another way of sending DATA between PICs?

There could be a bug stopping the 18F4431 acting as SLAVE, so bare that in mind, if you have an answer.

Camerart.
 

Thread Starter

camerart

Joined Feb 25, 2013
3,830

AlbertHall

Joined Jun 4, 2014
12,625
You could use a separate pin to do that but UART is bidirectional so the 'master' could send a message which means 'send the data now'.
 

Thread Starter

camerart

Joined Feb 25, 2013
3,830
You could use a separate pin to do that but UART is bidirectional so the 'master' could send a message which means 'send the data now'.
Hi A,
Ok.
Previously I needed to add an extra UART to my 2xPIC PCB and had to add a switch between them. This is working ok.

This extra UART needs another switch with 3 or more inputs, and I have an FST3253 for this job, which I've been trying to avoid by using SPI, which is not working. The FST3253 needs 4xINPUTs instead of 1x, which is quite a task in changing the PCB around, and as I'm running out of PINs.

Do I have to bite the bullet and redesign?
C.
 

Thread Starter

camerart

Joined Feb 25, 2013
3,830
Hi,
I said the FST3253 needs 4xINPUTs, but of further reading, for what I need it only needs 2xPINs, which is easier.
C.
 
Top