Difference between revisions of "ANSI Terminals"

From Land Boards Wiki
Jump to navigation Jump to search
(Created page with "== ANSI Terminals ==")
 
 
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
== ANSI Terminals ==
+
== Classic ANSI Terminal ==
 +
 
 +
=== Ebay listing for a Classic VT320 Video Display Terminal ===
 +
 
 +
[[File:VT320.PNG]]
 +
 
 +
== FPGA ANSI Terminal ==
 +
 
 +
* Runs on various boards including
 +
** Land Boards [[RETRO-EP4]] card
 +
** Land Boards [[RETRO-EP4CE15]] card
 +
** Land Boards [[EP2C5-DB]] card
 +
* Uses [https://github.com/douggilliland/R32V2020 Land Boards R32V2020]
 +
** [https://github.com/douggilliland/R32V2020/wiki R32V2020 RISC CPU core] (Wiki page)
 +
** [https://github.com/douggilliland/R32V2020/tree/master/Assembler Land Boards R32V2020 Assembler]
 +
** [https://github.com/douggilliland/R32V2020/tree/master/Programs Land Boards Example code]
 +
** [https://github.com/douggilliland/R32V2020/tree/master/Programs/Applications/A001-ANSI_Terminal R32V2020 ANSI Terminal application code]
 +
* FPGA implementation of ANSI commands
 +
** Based on Grant Searle's Multicomp project
 +
* Hardware Features
 +
** VGA
 +
*** 80 columns x 25 rows
 +
*** XGA resolution - 1024x768
 +
** PS/2 keyboard
 +
** RS-232 or TTL serial
 +
*** Up to 115,200 baud
 +
 
 +
=== IOP16 Version ===
 +
 
 +
* [https://github.com/douggilliland/Design_A_CPU/wiki ANSI Terminal]
 +
 
 +
== ESP32 ANSI Terminal ==
 +
 
 +
* Runs on Land Boards [[ESP32-VGA]] card (bottom card in stackup below)
 +
** [https://github.com/fdivitto/FabGL/tree/master/examples/VGA/AnsiTerminal FabGL ANSI Terminal example code]
 +
** [http://www.fabglib.org/vttest.html VTTEST VT100/VT102 Compatibility Test Score Sheet]
 +
 
 +
[[File:ANSI-Terminal-P944-720px.jpg]]
 +
 
 +
== ANSI Escape Sequences ==
 +
 
 +
* [http://ascii-table.com/ansi-escape-sequences.php ANSI Escape Sequences]
 +
 
 +
[[file:ANSI_001.PNG]]
 +
 
 +
[[file:ANSI_002.PNG]]

Latest revision as of 18:20, 9 April 2022

Classic ANSI Terminal

Ebay listing for a Classic VT320 Video Display Terminal

VT320.PNG

FPGA ANSI Terminal

IOP16 Version

ESP32 ANSI Terminal

ANSI-Terminal-P944-720px.jpg

ANSI Escape Sequences

ANSI 001.PNG

ANSI 002.PNG