gmcmurry:
I have been thinking about this for a project.I have an ASR33 Teletype machine. It has an RS232 connection that currently I run off the serial port on an old PC. When the computer boots, the ASR33 acts as the terminal and I can do basic command line functions.
I can even run a couple of games like ADVENTURE.
Now I know that many out there may have no idea what I am talking about. This ADVENTURE works by just typing in short commands and it answers you to help you move through a maze.
Does anyone know if it would be possible to replace my old PC in this application with an Arduino?
Can the serial port on an Arduino operate at 110 baud?
Is there a BASIC that the Arduino can run in such a fashion?
Greg
I used anASR33 with a SYM-1, 6502 processor to simulate various async communications protocols while developing a uFEP, micro front-end-processor for data communications.
Should be a perfect match to Arduino. Did you try changing the serial baud rates to 110?
Paul