Propeller ANSI / VT-100 Terminal with VGA and USB keyboard support
macca
Posts: 770
Hi,
This is a serial terminal add-on board designed for the RC2014 Z80 computer. It adds VGA video output as 80x25 text (720x400@70Hz) with ANSI / VT-100 terminal emulation, and USB keyboard input. Using a single Parallax Propeller microcontroller running at 80MHz.
Some images of the first prototype board:
Source code available from:
https://github.com/maccasoft/propeller-vt100-terminal
VGA driver from:
https://github.com/konimaru/waitvid.2048
USB host driver from:
https://github.com/SaucySoliton/propeller-usb-host
Have fun!
This is a serial terminal add-on board designed for the RC2014 Z80 computer. It adds VGA video output as 80x25 text (720x400@70Hz) with ANSI / VT-100 terminal emulation, and USB keyboard input. Using a single Parallax Propeller microcontroller running at 80MHz.
Some images of the first prototype board:
Source code available from:
https://github.com/maccasoft/propeller-vt100-terminal
VGA driver from:
https://github.com/konimaru/waitvid.2048
USB host driver from:
https://github.com/SaucySoliton/propeller-usb-host
Have fun!
Comments
That looks like a great addition to the RC2014 system.
But the 'official' variant is still geared towards BASIC, and not CP/M - there's someone with a setup for that though, but it's been a while since I last looked.
This terminal board looks great. Very useful for sure.