Skip to content

SuperFabius/uTerm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 

Repository files navigation

uTerm

uTerm (micro-Term) is a VT100-like terminal for the Z80-MBC2 (https://hackaday.io/project/159973). It has a VGA out and PS/2 keyboard connector, a power supply for the Z80-MBC2 and a "transparent" serial-USB port.

These are the sources modified for the uTerm forked from the Madis Kaal repository (forked from the original repository of K. C. Lee: https://github.com/FPGA-Computer/STM32F030F4-VGA. Original project page: https://hw-by-design.blogspot.com/2018/07/low-cost-vga-terminal-module-project.html)

uTerm "project" page: https://hackaday.io/project/165325

uTerm-S "project" page: https://hackaday.io/project/176716

NOTE: I've updated here only the changed source files, so you must recompile all to get the new executable.

Supported uTerm boards:

  • A071218-R250119
  • A071218-R290319
  • A071218-R031121

Supported uTerm-S boards:

  • A200419

UPDATE (11/2019): Solved a bug (by gkaufman) using the right CTRL key in some situations (i.e. CTRL-L)


In the following the original text.



VT100 emulation, font editor, 16-line font, and support for inverse fonts added by Madis Kaal mast@nomad.ee http://www.nomad.ee

The individual license(s) are in each directories.

Directories:

font conv/

Code in this directory is licensed under "Simplified BSD License"


STM32F030F4/Hardware/LT Spice Simulation files in this directory is licensed under "Simplified BSD License"


STM32F030F4/Hardware/Sketchup 3D Model Creative Commons 4.0 Attribution-NonCommercial-NoDerivs International http://creativecommons.org/licenses/by-nc-nd/4.0/

This is to prevent someone photoshopping this as their own project for crowd-funding scams. You are free to generate your own model using Eagleup from your new layout.


STM32F030F4/Hardware/ Schematic/Layout is distributed with Creative Commons 4.0 Attribution-NonCommercial http://creativecommons.org/licenses/by-nc/4.0/

If you want to sell this and want a different licensing term, please contact me.


STM32F030F4/Firmware/

Source code distributed under GPLV3, with exception of fontedit.py that is distributed under BSD license.

About

uTerm (a VT100-like terminal for the Z80-MBC2)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SWIG 68.1%
  • C 26.3%
  • Assembly 4.4%
  • Other 1.2%