Hello,
How can I get a SPI interface to a parallel port?
What do I need?
Can someone help me.
Or should I Serial approach?
Please reply!
Regards Frits
Login or register to post comments
Hello,
How can I get a SPI interface to a parallel port?
What do I need?
Can someone help me.
Or should I Serial approach?
Please reply!
Regards Frits
What are you trying to do?
Read this page first so you have a good idea what SPI really is:
http://en.wikipedia.org/wiki/Serial_Peripheral_Interface_Bus
Overall it's not hard, you only need a clockable shift register with a enable and a parallel load.
Probably you can use the 74HC594 or the 74HC595 device to get it working.
Hi Frits,
I'm developping a 10 euro MSX harddisk interface right now, which is basically SPI over the MSX parallel port (with level shifting). The MSX doesn't support hardware SPI, so all you need is some assembly skills and a bunch of wires.
Regards,
Jos
MSX SPI interface(Preview). Patched version from ZX Spectrum.
MSX SPI
http://187.33.0.151/foswiki/bin/view/MsxArm/MsxBreakoutFatSpi
ZX SPI
http://spectrum.alioth.net/doc/index.php/ZX_SPI
http://www.youtube.com/watch?v=ptBa7qrxDao: ZX SPI and Nixie tube display
Don't you have an account yet? Become an MSX-friend and register an account!