SPI to Parallel?

By frits9164

Resident (64)

frits9164's picture

06-05-2012, 01:17

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

By msd

Paragon (1515)

msd's picture

07-05-2012, 07:43

What are you trying to do?

By WORP3

Paladin (864)

WORP3's picture

07-05-2012, 08:53

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.

By foske

Resident (36)

foske's picture

11-05-2012, 12:56

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

By rogermm

Master (130)

rogermm's picture

29-09-2013, 17:11

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