Posted: Sat Apr 08, 2006 4:29 pm
Darren, go for the AVR. Let us face it, processors are so low cost with bang for the buck these days, it truly makes sense to simply pass commands to a slave processor doing the said chore. For this one test fixture at work, I am planning 7 processors along the chain with the main computer sending out commands along an RS232 and every AT89C2051 responding on an I2C bus. (solonoid driver, AV crosspoint driver, IR port driver and 4 individual IR ports)
Way back in the arcade design days, we used parallel ports which was a pain in the neck if anything went wron with communications.
Funniest was a poker game with 2 65C02s. Main one did the high level language and the second one was the graphics slave. You passed higher level type calls like a GS toolbox setup.
Me likes the I2C nowadays.
Has anyone wrote a 65c02 I2C tool setup?
Lets face it, your graphics board on a pic chip is a huge jump over the past of an entire logic board with RAM and all. Using a pic and memory, it is a design and cost savings.
Still want to see a 65c02 equivalent to an AT89C2051. 2 i/o ports like 65C22, flash programmable and internal emmory and plugs in with a 20 pin DIP.
Way back in the arcade design days, we used parallel ports which was a pain in the neck if anything went wron with communications.
Funniest was a poker game with 2 65C02s. Main one did the high level language and the second one was the graphics slave. You passed higher level type calls like a GS toolbox setup.
Me likes the I2C nowadays.
Has anyone wrote a 65c02 I2C tool setup?
Lets face it, your graphics board on a pic chip is a huge jump over the past of an entire logic board with RAM and all. Using a pic and memory, it is a design and cost savings.
Still want to see a 65c02 equivalent to an AT89C2051. 2 i/o ports like 65C22, flash programmable and internal emmory and plugs in with a 20 pin DIP.