This is a followup to a previous question I asked a while back. It was concerning connecting a homebrew SBC to a Mac.
Things have changed a little. I no longer use a Mac but that's not really relevant. Anyway, I have a USB to serial adapter that I use to program my Propeller micro-controllers. (LINK:
https://www.parallax.com/product/32201)
I'm starting to build my first real SBC and I'm trying to keep things minimal. Also, I have to work with the parts that I actually have on hand.
I have a few WDC65C02's, WDC65C22's, some SRAM's, EEPROMS, etc. Plus many "glue" IC's.
So I was thinking...why not just take a '02, a 32K SRAM (70ns), an 8K EEPROM and perhaps a '22 as well.
I have a computer then, right? Well, assuming I put the Woz monitor on the ROM and get my address decoding correct.
But the part that I'm struggling with is still the serial part. Seems like every example I see recommends using a 6551. Well, I don't have one of those on-hand.
I have an idea for using a Propeller (micro-controller) for serial communication from my PC but I want to save that for SBC2. I figure the above design is as old-school as you can get without using NMOS/DRAM chips.
Anyway, I'm rambling.
Can the 65C22 be used to communicate with my computer via the USB/serial adapter I listed above? Or, is there something else I'm missing?
Thanks again.