SPI Bus?
Archiver
Posts: 46,084
Can the Basic Stamp be used with SPI Bus devices? How would this be done?
Also, Can someone explain to me exactly what an SPI bus is?
Thanks in advance,
Edward Kindler
Also, Can someone explain to me exactly what an SPI bus is?
Thanks in advance,
Edward Kindler
Comments
(http://www.al-williams.com/awce/som.htm).
This month I've interfaced an SPI UART from Maxim to the Stamp.
SPI is a serial bus that uses two data lines and a clock line. Usually one
data line is an input and the other is an output. The UART is odd because it
sends and receives at the same time. You can usually use SHIFTIN and
SHIFTOUT to talk to SPI, but in the case of the UART you have to do it a bit
different because it is bidirectional.
Hope that helps.
Regards,
Al Williams
AWC
* 8 channels of pulse input or output: http://www.al-williams.com/awce
>
Original Message
> From: RiffRaff82@a... [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=W34JJQNlp7x4AoLYk7Nrxyxj0JaHYpKo0VJfIKLy0YzNC6Pkne6BVev6fio8nYhDTzp2VpQ2rXg]RiffRaff82@a...[/url
> Sent: Sunday, June 04, 2000 11:02 AM
> To: basicstamps@egroups.com
> Subject: [noparse][[/noparse]basicstamps] SPI Bus?
>
>
> Can the Basic Stamp be used with SPI Bus devices? How would this be done?
> Also, Can someone explain to me exactly what an SPI bus is?
>
>
> Thanks in advance,
> Edward Kindler
>
>
available here:
http://www.lvr.com/articles.htm
Jan Axelson
http://www.lvr.com
jan@l...
>Can the Basic Stamp be used with SPI Bus devices? How would this be done?
>Also, Can someone explain to me exactly what an SPI bus is?