Terminal: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Using a 1930 Teletype (model 15) as a Linux Terminal DEC VT100 (1978) Intel 8080 / RS232 IBM XT Personal Computer Intel 8086 1981 IBM PC National SemiConductor 8250 1984 IBM AT National SemiConductor 16450 1987 IBM PS/2 16550 https://unix.stackexchange.com/questions/485156/what-is-dev-console-used-for https://www.kernel.org/doc/html/latest/admin-guide/devices.html http://www.linusakesson.net/programming/tty/ thumb File:Usb-serial.png|...") |
No edit summary |
||
Line 29: | Line 29: | ||
WCH CH340 | WCH CH340 | ||
=== Key mappings for exit === | |||
VT100: CTRL-H is backspace | |||
BASH: CTRL-D is exit | |||
BASH: CTRL-] is exit | |||
QEMU: CTRL-A x is exit | |||
Minicom: CTRL-A x is exit |
Revision as of 07:17, 8 September 2023
Using a 1930 Teletype (model 15) as a Linux Terminal
DEC VT100 (1978)
Intel 8080 / RS232
IBM XT Personal Computer
Intel 8086
1981 IBM PC National SemiConductor 8250
1984 IBM AT National SemiConductor 16450
1987 IBM PS/2 16550
https://unix.stackexchange.com/questions/485156/what-is-dev-console-used-for
https://www.kernel.org/doc/html/latest/admin-guide/devices.html
http://www.linusakesson.net/programming/tty/
FTDIChip D2XX
Prolific Technology PL2303
Silabs CP210X
WCH CH340
Key mappings for exit
VT100: CTRL-H is backspace
BASH: CTRL-D is exit
BASH: CTRL-] is exit
QEMU: CTRL-A x is exit
Minicom: CTRL-A x is exit