Using propeller standard SPI interface
dr hydra
Posts: 212
Using two propellers (A and and a SPI interface...how fast (or how many bytes per second) can you send data between them...for example...how long would in take to send 4,000 byte from Propeller (A) to Propeller (B)?
Comments
One could get a more accurate estimate by coding it though.
Demonstrates why having a hardware helper is useful no ?
If you can make it synchronous though then you could transmit and receive at up to 14.5Mbit/sec (BeauNet) so that's less than 3ms for 4,000 bytes.