SPI vs UART?
jmspaggi
Posts: 629
Hi there,
What's the best? SPI? Or UART?
If we look at the number of used PINs, both of them require 4. Code to use it is quite the same. In both cases, we can put more than 1 listener in the same wire.
So what's beter in one from the other one?
I looked at the datalogger Javelin sample, and there is only the SPI version. Should I choose this one because it's beter? Or should I try to implement the UART version instead?
Any comment?
Thanks,
JM
What's the best? SPI? Or UART?
If we look at the number of used PINs, both of them require 4. Code to use it is quite the same. In both cases, we can put more than 1 listener in the same wire.
So what's beter in one from the other one?
I looked at the datalogger Javelin sample, and there is only the SPI version. Should I choose this one because it's beter? Or should I try to implement the UART version instead?
Any comment?
Thanks,
JM