DerpymanMT wrote:
The UART that i am using is the MAX3100 chip, and it has TX and RX pins, should i connect it to that just to test it out. I dont have the components til tuesday, so I will have to wait till then but in the mean time I could program the Arduino UNO to accept the data from the UART. Is that even practical? I mean i know the UART can talk using Serial data, but to use it to transmit Video commands? I dont know... I am working on making the Arduino Into a video card with a fan and heat sink (I know its a lil overkill, but it will hot a lil...)
You can not overheat an Arduino. You will never need a fan on one.
You can send video commands to it via serial (or parallel) that's the same as was done decades back with e.g. Tektronix 4014 terminals. It's also the same mechanism the (6502 based) BBC Micro used, although that was all done on the same CPU, but was expanded to have 2nd processors to run the application with the base system doing graphics sound, etc.
It's also the same principle I use on my Ruby system.
Your code on the 6502 just says: "draw line", or "draw filled circle", move sprite 12 to X,Y, ... and the code there translates this into high level commands and sends that command to the system doing the drawing. That system then action it.
-Gordon
_________________
--
Gordon Henderson.
See my
Ruby 6502 and 65816 SBC projects here:
https://projects.drogon.net/ruby/