[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Apple II Pi



On Saturday, 25 May 2013 01:23:56 UTC-7, Michael J. Mahon  wrote:
> David Schmenk <dschmenk@gmail.com> wrote:
> 

SNIP

> 
> 
> 
> Thanks, I see now what you mean. 
> 
> 
> 
> I'm still amazed that the RPi chip (apparently) is so unlike a
> 
> general-purpose microcontroller that it doesn't have a single-address 8-bit
> 
> port. ;-( I suppose that's what happens when you re-purpose a phone
> 
> processor!
> 
> 
> 
> -michael - NadaNet 3.1 and AppleCrate II: http://home.comcast.net/~mjmahon.

Exactly, and another reason to connect the RPI to the Apple.  The Apple II bus is so much easier to play around with.  it seems the RPi GPIO pins are really meant to connect with other low-voltage devices that are very power sensitive.  It takes a little bit of extra care and hardware to play with any real-world devices without damaging the RPi.  The Apple II, on the other hand, is almost bulletproof.  That is where I want to use the Apple II as a retro-Arduiono for hardware experimentation, but use code running on the RPi.  Time sensitive operations, like reading/writing disk sectors, can be implemented as a downloadable routine to the Apple II and executed locally.

Dave...