??? 12/02/07 09:29 Read: times |
#147704 - we've used it in the miniLA project Responding to: ???'s previous message |
http://minila.sourceforge.net/
PC via LPT in EPP sucks out data from the "LA"'s memory, at a rate about 100kB/s - that's about the maximum what you can squeeze out of it (this means you have to wait around 5 seconds to read out the whole memory of miniLA). The nice thing is that it allowed to implement "registers" in the CPLD accessed from PC, and a relatively simple and transparent interfacing to them. Nevertheless, as you can see on those pages yourself, people moved to USB (based on the hillarious FTDI chips) since then, as even the Full Speed mode (which is often mis-named as "USB 1.1") these chips support, allows around 1Mbyte/s, and the tenfold increase in speed is worth the hassle. Look at the FT2232 - it has a '51-like mode, so you can create a module, plug it in place of your '51 and drive all the peripherals out of the PC via USB... 0.02SKK JW |